diff --git a/Makefile b/Makefile index 1cb0458..67cb801 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -drepo ?= natsio +drepo ?= sinamna .PHONY: dockerx test dockerx: diff --git a/surveyor/jetstream_configs.go b/surveyor/jetstream_configs.go index 1afe106..16646b2 100644 --- a/surveyor/jetstream_configs.go +++ b/surveyor/jetstream_configs.go @@ -16,12 +16,12 @@ package surveyor import ( "context" "fmt" - "github.com/nats-io/nats.go" - _ "github.com/nats-io/nats.go" "strconv" "sync" "time" + "github.com/nats-io/nats.go" + "github.com/prometheus/client_golang/prometheus" "github.com/sirupsen/logrus" )