@@ -25,6 +25,7 @@ require (
25
25
github.com/jackc/pgtype v1.12.0
26
26
github.com/jackc/pgx/v4 v4.17.0
27
27
github.com/jaegertracing/jaeger v1.38.2-0.20221006002917-5bf8a28fe06d
28
+ github.com/mitchellh/mapstructure v1.5.0
28
29
github.com/oklog/run v1.1.0
29
30
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.61.0
30
31
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
@@ -37,6 +38,7 @@ require (
37
38
github.com/prometheus/prometheus v0.39.2-0.20221021121301-51a44e6657c3
38
39
github.com/sergi/go-diff v1.2.0
39
40
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
41
+ github.com/spf13/viper v1.13.0
40
42
github.com/spyzhov/ajson v0.7.1
41
43
github.com/stretchr/testify v1.8.0
42
44
github.com/testcontainers/testcontainers-go v0.13.0
@@ -53,7 +55,7 @@ require (
53
55
go.uber.org/atomic v1.10.0
54
56
go.uber.org/automaxprocs v1.5.1
55
57
go.uber.org/goleak v1.2.0
56
- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
58
+ golang.org/x/sync v0.0.0-20220907140024-f12130a52804
57
59
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8
58
60
golang.org/x/time v0.0.0-20220920022843-2ce7c2934d45
59
61
google.golang.org/grpc v1.49.0
@@ -77,7 +79,7 @@ require (
77
79
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
78
80
github.com/davecgh/go-spew v1.1.1 // indirect
79
81
github.com/dennwc/varint v1.0.0 // indirect
80
- github.com/docker/distribution v2.7.1 +incompatible // indirect
82
+ github.com/docker/distribution v2.8.0 +incompatible // indirect
81
83
github.com/docker/docker v20.10.18+incompatible // indirect
82
84
github.com/docker/go-units v0.4.0 // indirect
83
85
github.com/fatih/color v1.13.0 // indirect
@@ -137,7 +139,6 @@ require (
137
139
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
138
140
github.com/miekg/dns v1.1.50 // indirect
139
141
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
140
- github.com/mitchellh/mapstructure v1.5.0 // indirect
141
142
github.com/moby/sys/mount v0.2.0 // indirect
142
143
github.com/moby/sys/mountinfo v0.5.0 // indirect
143
144
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
@@ -170,7 +171,6 @@ require (
170
171
github.com/spf13/cobra v1.5.0 // indirect
171
172
github.com/spf13/jwalterweatherman v1.1.0 // indirect
172
173
github.com/spf13/pflag v1.0.5 // indirect
173
- github.com/spf13/viper v1.13.0 // indirect
174
174
github.com/subosito/gotenv v1.4.1 // indirect
175
175
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
176
176
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
@@ -183,11 +183,11 @@ require (
183
183
go.uber.org/multierr v1.8.0 // indirect
184
184
go.uber.org/zap v1.23.0 // indirect
185
185
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
186
+ golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
186
187
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
187
188
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
188
189
golang.org/x/net v0.0.0-20220926192436-02166a98028e // indirect
189
190
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
190
- golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect
191
191
golang.org/x/text v0.3.7 // indirect
192
192
golang.org/x/tools v0.1.12 // indirect
193
193
google.golang.org/appengine v1.6.7 // indirect
0 commit comments