2021-06-09 06:03:31 +02:00
|
|
|
module github.com/ClusterCockpit/cc-metric-store
|
|
|
|
|
2024-05-03 21:08:01 +02:00
|
|
|
go 1.19
|
2021-06-09 06:03:31 +02:00
|
|
|
|
|
|
|
require (
|
2024-06-18 07:13:56 +02:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
2024-03-20 17:59:19 +01:00
|
|
|
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
|
2021-06-09 06:03:31 +02:00
|
|
|
)
|
2024-05-03 21:08:01 +02:00
|
|
|
|
|
|
|
require (
|
2024-03-22 09:02:41 +01:00
|
|
|
github.com/klauspost/compress v1.17.7 // indirect
|
|
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
2024-05-03 21:08:01 +02:00
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
2024-03-20 17:59:19 +01:00
|
|
|
golang.org/x/crypto v0.21.0 // indirect
|
2024-03-22 09:02:41 +01:00
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
2024-05-03 21:08:01 +02:00
|
|
|
)
|