Initial checkin

This commit is contained in:
Jan Eitzinger
2021-06-09 06:03:31 +02:00
parent a59049d24e
commit a85b210096
10 changed files with 921 additions and 2 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
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
)