mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-11-10 05:07:25 +01:00
10 lines
208 B
Modula-2
10 lines
208 B
Modula-2
module github.com/ClusterCockpit/cc-metric-store
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/nats-io/nats-server/v2 v2.2.6 // indirect
|
|
github.com/nats-io/nats.go v1.11.0
|
|
)
|