Skip to content

Commit 446d33b

Browse files
committed
Revert "Fix usage of struct tags for config (#203)"
This reverts commit 8d1e696.
1 parent 8d1e696 commit 446d33b

File tree

5 files changed

+229
-71
lines changed

5 files changed

+229
-71
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ require (
1717
github.com/google/uuid v1.1.1 // indirect
1818
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
1919
github.com/hashicorp/go-uuid v1.0.2 // indirect
20-
github.com/hashicorp/golang-lru v0.5.1 // indirect
2120
github.com/joho/godotenv v1.3.0
2221
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
2322
github.com/kelseyhightower/envconfig v1.4.0
@@ -26,7 +25,6 @@ require (
2625
github.com/kr/text v0.2.0 // indirect
2726
github.com/launchdarkly/eventsource v1.6.1 // indirect
2827
github.com/launchdarkly/go-test-helpers v1.2.0 // indirect
29-
github.com/mitchellh/mapstructure v1.1.2
3028
github.com/nats-io/nats-streaming-server v0.15.1 // indirect
3129
github.com/nats-io/nats.go v1.8.1
3230
github.com/nats-io/stan.go v0.5.0
@@ -39,14 +37,16 @@ require (
3937
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
4038
github.com/shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d
4139
github.com/sirupsen/logrus v1.6.0
40+
github.com/spf13/afero v1.2.2 // indirect
4241
github.com/spf13/cobra v0.0.4-0.20190321000552-67fc4837d267
42+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
4343
github.com/spf13/pflag v1.0.3
44+
github.com/spf13/viper v1.7.1
4445
github.com/stretchr/testify v1.6.0
4546
github.com/tidwall/pretty v1.0.1 // indirect
4647
github.com/xdg/stringprep v1.0.0 // indirect
4748
go.mongodb.org/mongo-driver v1.4.1
4849
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
49-
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
5050
gopkg.in/DataDog/dd-trace-go.v1 v1.26.0
5151
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
5252
gopkg.in/ghodss/yaml.v1 v1.0.0 // indirect

0 commit comments

Comments
 (0)