Skip to content

Commit 29a2892

Browse files
authored
Merge pull request #399 from rawmind0/master
Updated go modules and vendor files
2 parents 33810e8 + 71252b9 commit 29a2892

4 files changed

Lines changed: 23 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/rancher/types v0.0.0-20200609171948-b18f4c194419
1111
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
1212
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
13-
golang.org/x/tools v0.0.0-20200724022722-7017fd6b1305 // indirect
13+
golang.org/x/tools v0.0.0-20200729173947-1c30660f9f89 // indirect
1414
gopkg.in/yaml.v2 v2.2.5
1515
k8s.io/apimachinery v0.18.0
1616
k8s.io/apiserver v0.18.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,8 @@ golang.org/x/tools v0.0.0-20200721223218-6123e77877b2 h1:kxDWg8KNMtpGjI/XVKGgOtS
989989
golang.org/x/tools v0.0.0-20200721223218-6123e77877b2/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
990990
golang.org/x/tools v0.0.0-20200724022722-7017fd6b1305 h1:yaM5S0KcY0lIoZo7Fl+oi91b/DdlU2zuWpfHrpWbCS0=
991991
golang.org/x/tools v0.0.0-20200724022722-7017fd6b1305/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
992+
golang.org/x/tools v0.0.0-20200729173947-1c30660f9f89 h1:Vr0/urnX/81QM48v4snko5AmpNh2rTiepXMSvBRZ4Xg=
993+
golang.org/x/tools v0.0.0-20200729173947-1c30660f9f89/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
992994
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
993995
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
994996
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=

vendor/golang.org/x/tools/internal/analysisinternal/analysis.go

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ golang.org/x/text/secure/bidirule
334334
golang.org/x/text/transform
335335
golang.org/x/text/unicode/bidi
336336
golang.org/x/text/unicode/norm
337-
# golang.org/x/tools v0.0.0-20200724022722-7017fd6b1305
337+
# golang.org/x/tools v0.0.0-20200729173947-1c30660f9f89
338338
golang.org/x/tools/cmd/goimports
339339
golang.org/x/tools/go/analysis
340340
golang.org/x/tools/go/analysis/passes/inspect

0 commit comments

Comments
 (0)