Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 6aabe08

Browse files
Bump github.com/docker/distribution
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.0+incompatible. - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.7.1...v2.8.0) --- updated-dependencies: - dependency-name: github.com/docker/distribution dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85c784e commit 6aabe08

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ require (
2525
github.com/jackc/pgtype v1.12.0
2626
github.com/jackc/pgx/v4 v4.17.0
2727
github.com/jaegertracing/jaeger v1.38.2-0.20221006002917-5bf8a28fe06d
28+
github.com/mitchellh/mapstructure v1.5.0
2829
github.com/oklog/run v1.1.0
2930
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.61.0
3031
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
@@ -37,6 +38,7 @@ require (
3738
github.com/prometheus/prometheus v0.39.2-0.20221021121301-51a44e6657c3
3839
github.com/sergi/go-diff v1.2.0
3940
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
41+
github.com/spf13/viper v1.13.0
4042
github.com/spyzhov/ajson v0.7.1
4143
github.com/stretchr/testify v1.8.0
4244
github.com/testcontainers/testcontainers-go v0.13.0
@@ -53,7 +55,7 @@ require (
5355
go.uber.org/atomic v1.10.0
5456
go.uber.org/automaxprocs v1.5.1
5557
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
5759
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8
5860
golang.org/x/time v0.0.0-20220920022843-2ce7c2934d45
5961
google.golang.org/grpc v1.49.0
@@ -77,7 +79,7 @@ require (
7779
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
7880
github.com/davecgh/go-spew v1.1.1 // indirect
7981
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
8183
github.com/docker/docker v20.10.18+incompatible // indirect
8284
github.com/docker/go-units v0.4.0 // indirect
8385
github.com/fatih/color v1.13.0 // indirect
@@ -137,7 +139,6 @@ require (
137139
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
138140
github.com/miekg/dns v1.1.50 // indirect
139141
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
140-
github.com/mitchellh/mapstructure v1.5.0 // indirect
141142
github.com/moby/sys/mount v0.2.0 // indirect
142143
github.com/moby/sys/mountinfo v0.5.0 // indirect
143144
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
@@ -170,7 +171,6 @@ require (
170171
github.com/spf13/cobra v1.5.0 // indirect
171172
github.com/spf13/jwalterweatherman v1.1.0 // indirect
172173
github.com/spf13/pflag v1.0.5 // indirect
173-
github.com/spf13/viper v1.13.0 // indirect
174174
github.com/subosito/gotenv v1.4.1 // indirect
175175
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
176176
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
@@ -183,11 +183,11 @@ require (
183183
go.uber.org/multierr v1.8.0 // indirect
184184
go.uber.org/zap v1.23.0 // indirect
185185
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
186+
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
186187
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
187188
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
188189
golang.org/x/net v0.0.0-20220926192436-02166a98028e // indirect
189190
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
190-
golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect
191191
golang.org/x/text v0.3.7 // indirect
192192
golang.org/x/tools v0.1.12 // indirect
193193
google.golang.org/appengine v1.6.7 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,9 @@ github.com/dnaeon/go-vcr v1.0.1/go.mod h1:aBB1+wY4s93YsC3HHjMBMrwTj2R9FHDzUr9KyG
313313
github.com/dnephin/pflag v1.0.7/go.mod h1:uxE91IoWURlOiTUIA8Mq5ZZkAv3dPUfZNaT80Zm7OQE=
314314
github.com/docker/distribution v0.0.0-20190905152932-14b96e55d84c/go.mod h1:0+TTO4EOBfRPhZXAeF1Vu+W3hHZ8eLp8PgKVZlcvtFY=
315315
github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
316-
github.com/docker/distribution v2.7.1+incompatible h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=
317316
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
317+
github.com/docker/distribution v2.8.0+incompatible h1:l9EaZDICImO1ngI+uTifW+ZYvvz7fKISBAKpg+MbWbY=
318+
github.com/docker/distribution v2.8.0+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
318319
github.com/docker/docker v20.10.11+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
319320
github.com/docker/docker v20.10.18+incompatible h1:SN84VYXTBNGn92T/QwIRPlum9zfemfitN7pbsp26WSc=
320321
github.com/docker/docker v20.10.18+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=

0 commit comments

Comments
 (0)