2021-06-09 06:03:31 +02:00
|
|
|
module github.com/ClusterCockpit/cc-metric-store
|
|
|
|
|
2022-07-12 15:23:17 +02:00
|
|
|
go 1.18
|
2021-06-09 06:03:31 +02:00
|
|
|
|
|
|
|
require (
|
2021-10-07 14:52:16 +02:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.0.0
|
2022-07-27 10:46:13 +02:00
|
|
|
github.com/golang/snappy v0.0.4
|
2022-03-04 15:33:47 +01:00
|
|
|
github.com/google/gops v0.3.22
|
2021-08-20 12:54:11 +02:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-10-07 14:52:16 +02:00
|
|
|
github.com/influxdata/line-protocol/v2 v2.2.0
|
2022-07-27 10:46:13 +02:00
|
|
|
github.com/klauspost/compress v1.11.12
|
2021-06-09 06:03:31 +02:00
|
|
|
github.com/nats-io/nats.go v1.11.0
|
2022-07-26 10:03:02 +02:00
|
|
|
golang.org/x/sys v0.0.0-20210902050250-f475640dd07b
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/nats-io/nats-server/v2 v2.2.6 // indirect
|
|
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
|
|
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
2021-06-09 06:03:31 +02:00
|
|
|
)
|