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 (
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
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
404404github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 /go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw =
405405github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y =
406406github.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 =
409409github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ =
410410github.com/docker/go-connections v0.4.0 /go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec =
411411github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4 =
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 55 "net/url"
66 "strings"
77
8- "github.com/docker/ distribution/reference"
8+ "github.com/distribution/reference"
99
1010 errorsmod "cosmossdk.io/errors"
1111)
You can’t perform that action at this time.
0 commit comments