This repository was archived by the owner on Nov 27, 2023. It is now read-only.
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 @@ -19,7 +19,7 @@ package cmd
1919import (
2020 "testing"
2121
22- "gotest.tools/assert"
22+ "gotest.tools/v3/ assert"
2323)
2424
2525type caze struct {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
2020 "testing"
2121
2222 "github.com/docker/docker/registry"
23- "gotest.tools/assert"
23+ "gotest.tools/v3/ assert"
2424)
2525
2626func TestIsUsingDefaultRegistry (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -52,8 +52,7 @@ require (
5252 google.golang.org/protobuf v1.27.1
5353 gopkg.in/ini.v1 v1.62.0
5454 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
55- gotest.tools v2.2.0+incompatible
56- gotest.tools/v3 v3.0.3
55+ gotest.tools/v3 v3.3.0
5756 helm.sh/helm/v3 v3.6.1-0.20210722154129-5946457ce9ea
5857 k8s.io/api v0.21.0
5958 k8s.io/apimachinery v0.21.0
Original file line number Diff line number Diff line change @@ -1924,8 +1924,9 @@ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C
19241924gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo =
19251925gotest.tools v2.2.0+incompatible /go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw =
19261926gotest.tools/v3 v3.0.2 /go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk =
1927- gotest.tools/v3 v3.0.3 h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0 =
19281927gotest.tools/v3 v3.0.3 /go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8 =
1928+ gotest.tools/v3 v3.3.0 h1:MfDY1b1/0xN1CyMlQDac0ziEy9zJQd9CXBRRDHw2jJo =
1929+ gotest.tools/v3 v3.3.0 /go.mod h1:Mcr9QNxkg0uMvy/YElmo4SpXgJKWgQvYrT7Kw5RzJ1A =
19291930helm.sh/helm/v3 v3.6.1-0.20210722154129-5946457ce9ea h1:KDEGuai0v16xSO6Uh1DdpX5ws03r0/aS1VQxIF7cvfI =
19301931helm.sh/helm/v3 v3.6.1-0.20210722154129-5946457ce9ea /go.mod h1:dhTe384gzV1a7PMMBBF5M834+aY/ui4mar2udF0Kabs =
19311932honnef.co/go/tools v0.0.0-20180728063816-88497007e858 /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
You can’t perform that action at this time.
0 commit comments