Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 2d878f7

Browse files
authored
Merge pull request #2175 from glours/update-gotest-go-1.18
update gotest.tools to v3.3.0 which support golang 1.18
2 parents 8839c52 + 1a01d2f commit 2d878f7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cli/cmd/version_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package cmd
1919
import (
2020
"testing"
2121

22-
"gotest.tools/assert"
22+
"gotest.tools/v3/assert"
2323
)
2424

2525
type caze struct {

cli/mobycli/pat_suggest_test.go

+1-1
Original file line numberDiff line numberDiff 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

2626
func TestIsUsingDefaultRegistry(t *testing.T) {

go.mod

+1-2
Original file line numberDiff line numberDiff 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

go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -1924,8 +1924,9 @@ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C
19241924
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
19251925
gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=
19261926
gotest.tools/v3 v3.0.2/go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk=
1927-
gotest.tools/v3 v3.0.3 h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0=
19281927
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=
19291930
helm.sh/helm/v3 v3.6.1-0.20210722154129-5946457ce9ea h1:KDEGuai0v16xSO6Uh1DdpX5ws03r0/aS1VQxIF7cvfI=
19301931
helm.sh/helm/v3 v3.6.1-0.20210722154129-5946457ce9ea/go.mod h1:dhTe384gzV1a7PMMBBF5M834+aY/ui4mar2udF0Kabs=
19311932
honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=

0 commit comments

Comments
 (0)