Skip to content

Commit d1b8ab7

Browse files
committed
Updated go mod and vendor files to avoid dirty build tag
1 parent 29a2892 commit d1b8ab7

98 files changed

Lines changed: 2607 additions & 5775 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ build: fmtcheck
1111
build-rancher: validate-rancher
1212
@sh -c "'$(CURDIR)/scripts/gobuild.sh'"
1313

14-
validate-rancher: vet lint test
14+
validate-rancher: vet test
1515

16-
package-rancher:
16+
package-rancher:
1717
@sh -c "'$(CURDIR)/scripts/gopackage.sh'"
1818

1919
test: fmtcheck

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ require (
99
github.com/rancher/norman v0.0.0-20200609224801-7afd2e9bf37f
1010
github.com/rancher/types v0.0.0-20200609171948-b18f4c194419
1111
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
12-
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
13-
golang.org/x/tools v0.0.0-20200729173947-1c30660f9f89 // indirect
1412
gopkg.in/yaml.v2 v2.2.5
1513
k8s.io/apimachinery v0.18.0
1614
k8s.io/apiserver v0.18.0

go.sum

Lines changed: 4 additions & 189 deletions
Large diffs are not rendered by default.

vendor/golang.org/x/lint/go.mod

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/lint/go.sum

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

vendor/golang.org/x/lint/lint.go

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

vendor/golang.org/x/mod/LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

vendor/golang.org/x/mod/PATENTS

Lines changed: 0 additions & 22 deletions
This file was deleted.

vendor/golang.org/x/net/http2/client_conn_pool.go

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

vendor/golang.org/x/net/http2/flow.go

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

0 commit comments

Comments
 (0)