Skip to content

Commit d5b0891

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: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94ba4f7 commit d5b0891

File tree

2 files changed

+19
-207
lines changed

2 files changed

+19
-207
lines changed

go.mod

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,28 @@ module gitlab.com/pantacor/pvr
33
go 1.16
44

55
require (
6-
cloud.google.com/go v0.38.0 // indirect
76
github.com/ChannelMeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61
87
github.com/Masterminds/goutils v1.1.0 // indirect
98
github.com/Masterminds/semver v1.5.0 // indirect
109
github.com/Masterminds/sprig v2.22.0+incompatible
1110
github.com/Microsoft/hcsshim v0.8.7 // indirect
12-
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
1311
github.com/asac/json-patch v0.0.0-20201120095033-59358024a068
1412
github.com/bmatcuk/doublestar v1.3.4
15-
github.com/bmatcuk/doublestar/v4 v4.0.2 // indirect
1613
github.com/cavaliercoder/grab v2.0.0+incompatible
1714
github.com/containerd/containerd v1.3.3 // indirect
1815
github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb // indirect
19-
github.com/coreos/clair v2.0.8+incompatible // indirect
2016
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
21-
github.com/docker/distribution v2.7.1+incompatible
17+
github.com/docker/distribution v2.8.0+incompatible
2218
github.com/docker/docker v20.10.12+incompatible
23-
github.com/docker/docker-ce v0.0.0-20190724010320-53720a99f3c5 // indirect
24-
github.com/docker/go-metrics v0.0.1 // indirect
2519
github.com/fatih/color v1.7.0 // indirect
2620
github.com/fluent/fluent-logger-golang v1.5.0 // indirect
2721
github.com/genuinetools/reg v0.16.1
2822
github.com/gibson042/canonicaljson-go v1.0.3
2923
github.com/go-jose/go-jose/v3 v3.0.0-rc.1
3024
github.com/go-resty/resty v1.12.0
3125
github.com/gogo/protobuf v1.3.1 // indirect
32-
github.com/golang/lint v0.0.0-20190409202823-959b441ac422 // indirect
33-
github.com/golang/mock v1.3.0 // indirect
3426
github.com/golang/protobuf v1.4.0 // indirect
35-
github.com/google/btree v1.0.0 // indirect
36-
github.com/google/pprof v0.0.0-20190502144155-8358a9778bd1 // indirect
3727
github.com/google/uuid v1.1.1 // indirect
38-
github.com/gorilla/context v1.1.1 // indirect
3928
github.com/gorilla/mux v1.7.4 // indirect
4029
github.com/grandcat/zeroconf v1.0.0
4130
github.com/huandu/xstrings v1.3.1 // indirect
@@ -50,33 +39,25 @@ require (
5039
github.com/miolini/datacounter v1.0.2 // indirect
5140
github.com/mitchellh/copystructure v1.0.0 // indirect
5241
github.com/mitchellh/reflectwalk v1.0.1 // indirect
53-
github.com/moby/moby v20.10.12+incompatible // indirect
5442
github.com/morikuni/aec v1.0.0 // indirect
5543
github.com/olekukonko/tablewriter v0.0.4
5644
github.com/opencontainers/go-digest v1.0.0-rc1
5745
github.com/peterhellberg/link v1.1.0 // indirect
5846
github.com/prometheus/client_golang v1.5.1 // indirect
5947
github.com/prometheus/procfs v0.0.11 // indirect
60-
github.com/rogpeppe/fastuuid v1.0.0 // indirect
6148
github.com/sirupsen/logrus v1.5.0 // indirect
6249
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
6350
github.com/tinylib/msgp v1.1.2 // indirect
6451
github.com/urfave/cli v1.22.4
6552
gitlab.com/pantacor/pantahub-base v0.0.0-20200517092730-d03429894e0c
6653
go.mongodb.org/mongo-driver v1.3.2
67-
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
68-
golang.org/x/exp v0.0.0-20190429183610-475c5042d3f1 // indirect
69-
golang.org/x/image v0.0.0-20190501045829-6d32002ffd75 // indirect
70-
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
71-
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
54+
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
7255
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
73-
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
56+
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
7457
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36 // indirect
7558
google.golang.org/grpc v1.28.1 // indirect
7659
gopkg.in/cheggaaa/pb.v1 v1.0.28
7760
gopkg.in/olivere/elastic.v5 v5.0.85 // indirect
78-
gopkg.in/resty.v1 v1.12.0
79-
gopkg.in/square/go-jose.v2 v2.4.1
8061
)
8162

8263
replace github.com/ant0ine/go-json-rest => github.com/asac/go-json-rest v3.3.3-0.20191004094541-40429adaafcb+incompatible

0 commit comments

Comments
 (0)