@@ -17,7 +17,6 @@ require (
17
17
github.com/google/uuid v1.1.1 // indirect
18
18
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
19
19
github.com/hashicorp/go-uuid v1.0.2 // indirect
20
- github.com/hashicorp/golang-lru v0.5.1 // indirect
21
20
github.com/joho/godotenv v1.3.0
22
21
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
23
22
github.com/kelseyhightower/envconfig v1.4.0
@@ -26,7 +25,6 @@ require (
26
25
github.com/kr/text v0.2.0 // indirect
27
26
github.com/launchdarkly/eventsource v1.6.1 // indirect
28
27
github.com/launchdarkly/go-test-helpers v1.2.0 // indirect
29
- github.com/mitchellh/mapstructure v1.1.2
30
28
github.com/nats-io/nats-streaming-server v0.15.1 // indirect
31
29
github.com/nats-io/nats.go v1.8.1
32
30
github.com/nats-io/stan.go v0.5.0
@@ -39,14 +37,16 @@ require (
39
37
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
40
38
github.com/shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d
41
39
github.com/sirupsen/logrus v1.6.0
40
+ github.com/spf13/afero v1.2.2 // indirect
42
41
github.com/spf13/cobra v0.0.4-0.20190321000552-67fc4837d267
42
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
43
43
github.com/spf13/pflag v1.0.3
44
+ github.com/spf13/viper v1.7.1
44
45
github.com/stretchr/testify v1.6.0
45
46
github.com/tidwall/pretty v1.0.1 // indirect
46
47
github.com/xdg/stringprep v1.0.0 // indirect
47
48
go.mongodb.org/mongo-driver v1.4.1
48
49
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
49
- golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
50
50
gopkg.in/DataDog/dd-trace-go.v1 v1.26.0
51
51
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
52
52
gopkg.in/ghodss/yaml.v1 v1.0.0 // indirect
0 commit comments