Skip to content

Commit ca682c0

Browse files
Bump github.com/docker/distribution from 2.8.2+incompatible to 2.8.3+incompatible (#1647)
* Bump github.com/docker/distribution Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.2+incompatible to 2.8.3+incompatible. - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.8.2...v2.8.3) --- updated-dependencies: - dependency-name: github.com/docker/distribution dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix lint --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pino' Surace <[email protected]>
1 parent 894076a commit ca682c0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ require (
1010
github.com/cosmos/gogoproto v1.4.11
1111
github.com/cosmos/iavl v1.0.0-rc.1
1212
github.com/cosmos/ics23/go v0.10.0 // indirect
13-
github.com/docker/distribution v2.8.2+incompatible
1413
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
1514
github.com/golang/protobuf v1.5.3
1615
github.com/google/gofuzz v1.2.0
@@ -49,6 +48,7 @@ require (
4948
github.com/cosmos/cosmos-db v1.0.0
5049
github.com/cosmos/ibc-go/modules/capability v1.0.0-rc6
5150
github.com/cosmos/ibc-go/v8 v8.0.0-beta.0
51+
github.com/distribution/reference v0.5.0
5252
github.com/rs/zerolog v1.31.0
5353
github.com/spf13/viper v1.16.0
5454
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ github.com/dgraph-io/ristretto v0.1.1/go.mod h1:S1GPSBCYCIhmVNfcth17y2zZtQT6wzkz
404404
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw=
405405
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y=
406406
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw=
407-
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
408-
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
407+
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
408+
github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
409409
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
410410
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
411411
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

x/wasm/client/cli/gov_tx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99

1010
wasmvm "github.com/CosmWasm/wasmvm"
11-
"github.com/docker/distribution/reference"
11+
"github.com/distribution/reference"
1212
"github.com/pkg/errors"
1313
"github.com/spf13/cobra"
1414
flag "github.com/spf13/pflag"

x/wasm/types/validation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"net/url"
66
"strings"
77

8-
"github.com/docker/distribution/reference"
8+
"github.com/distribution/reference"
99

1010
errorsmod "cosmossdk.io/errors"
1111
)

0 commit comments

Comments
 (0)