mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-11-10 05:07:25 +01:00
20 lines
486 B
Modula-2
20 lines
486 B
Modula-2
module github.com/ClusterCockpit/cc-metric-store
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
|
github.com/google/gops v0.3.28
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/influxdata/line-protocol/v2 v2.2.1
|
|
github.com/nats-io/nats.go v1.33.1
|
|
)
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.17.7 // indirect
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
golang.org/x/crypto v0.21.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
)
|