@@ -17,6 +17,7 @@ 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
20
21
github.com/joho/godotenv v1.3.0
21
22
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
22
23
github.com/kelseyhightower/envconfig v1.4.0
@@ -25,6 +26,7 @@ require (
25
26
github.com/kr/text v0.2.0 // indirect
26
27
github.com/launchdarkly/eventsource v1.6.1 // indirect
27
28
github.com/launchdarkly/go-test-helpers v1.2.0 // indirect
29
+ github.com/mitchellh/mapstructure v1.1.2
28
30
github.com/nats-io/nats-streaming-server v0.15.1 // indirect
29
31
github.com/nats-io/nats.go v1.8.1
30
32
github.com/nats-io/stan.go v0.5.0
@@ -37,16 +39,14 @@ require (
37
39
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
38
40
github.com/shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d
39
41
github.com/sirupsen/logrus v1.6.0
40
- github.com/spf13/afero v1.2.2 // indirect
41
42
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
45
44
github.com/stretchr/testify v1.6.0
46
45
github.com/tidwall/pretty v1.0.1 // indirect
47
46
github.com/xdg/stringprep v1.0.0 // indirect
48
47
go.mongodb.org/mongo-driver v1.4.1
49
48
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