This repository was archived by the owner on Nov 27, 2023. It is now read-only.
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package cmd
19
19
import (
20
20
"testing"
21
21
22
- "gotest.tools/assert"
22
+ "gotest.tools/v3/ assert"
23
23
)
24
24
25
25
type caze struct {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"testing"
21
21
22
22
"github.com/docker/docker/registry"
23
- "gotest.tools/assert"
23
+ "gotest.tools/v3/ assert"
24
24
)
25
25
26
26
func TestIsUsingDefaultRegistry (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -52,8 +52,7 @@ require (
52
52
google.golang.org/protobuf v1.27.1
53
53
gopkg.in/ini.v1 v1.62.0
54
54
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
57
56
helm.sh/helm/v3 v3.6.1-0.20210722154129-5946457ce9ea
58
57
k8s.io/api v0.21.0
59
58
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
1924
1924
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo =
1925
1925
gotest.tools v2.2.0+incompatible /go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw =
1926
1926
gotest.tools/v3 v3.0.2 /go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk =
1927
- gotest.tools/v3 v3.0.3 h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0 =
1928
1927
gotest.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 =
1929
1930
helm.sh/helm/v3 v3.6.1-0.20210722154129-5946457ce9ea h1:KDEGuai0v16xSO6Uh1DdpX5ws03r0/aS1VQxIF7cvfI =
1930
1931
helm.sh/helm/v3 v3.6.1-0.20210722154129-5946457ce9ea /go.mod h1:dhTe384gzV1a7PMMBBF5M834+aY/ui4mar2udF0Kabs =
1931
1932
honnef.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