File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ require (
10
10
github.com/cosmos/gogoproto v1.4.11
11
11
github.com/cosmos/iavl v1.0.0-rc.1
12
12
github.com/cosmos/ics23/go v0.10.0 // indirect
13
- github.com/docker/distribution v2.8.2+incompatible
14
13
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
15
14
github.com/golang/protobuf v1.5.3
16
15
github.com/google/gofuzz v1.2.0
@@ -49,6 +48,7 @@ require (
49
48
github.com/cosmos/cosmos-db v1.0.0
50
49
github.com/cosmos/ibc-go/modules/capability v1.0.0-rc6
51
50
github.com/cosmos/ibc-go/v8 v8.0.0-beta.0
51
+ github.com/distribution/reference v0.5.0
52
52
github.com/rs/zerolog v1.31.0
53
53
github.com/spf13/viper v1.16.0
54
54
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e
Original file line number Diff line number Diff line change @@ -404,8 +404,8 @@ github.com/dgraph-io/ristretto v0.1.1/go.mod h1:S1GPSBCYCIhmVNfcth17y2zZtQT6wzkz
404
404
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 /go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw =
405
405
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y =
406
406
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 =
409
409
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ =
410
410
github.com/docker/go-connections v0.4.0 /go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec =
411
411
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4 =
Original file line number Diff line number Diff line change 8
8
"strings"
9
9
10
10
wasmvm "github.com/CosmWasm/wasmvm"
11
- "github.com/docker/ distribution/reference"
11
+ "github.com/distribution/reference"
12
12
"github.com/pkg/errors"
13
13
"github.com/spf13/cobra"
14
14
flag "github.com/spf13/pflag"
Original file line number Diff line number Diff line change 5
5
"net/url"
6
6
"strings"
7
7
8
- "github.com/docker/ distribution/reference"
8
+ "github.com/distribution/reference"
9
9
10
10
errorsmod "cosmossdk.io/errors"
11
11
)
You can’t perform that action at this time.
0 commit comments