Skip to content

Commit 78ef8b2

Browse files
committed
Remove glog from Gopkg.toml
Since we don't directly depend on glog any more, we can remove it from Gopkg.toml.
1 parent aa7d500 commit 78ef8b2

File tree

10 files changed

+67
-44
lines changed

10 files changed

+67
-44
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ required = ["sigs.k8s.io/testing_frameworks/integration",
5454
name = "go.uber.org/zap"
5555
version = "1.8.0"
5656

57-
[[constraint]]
58-
name = "sigs.k8s.io/testing_frameworks"
59-
revision = "f53464b8b84b4507805a0b033a8377b225163fea"
60-
61-
[[constraint]]
62-
name = "github.com/go-logr/logr"
63-
revision = "9fb12b3b21c5415d16ac18dc5cd42c1cfdd40c4e"
57+
# these are not listed explicitly until we get version tags,
58+
# since dep doesn't like bare revision dependencies
6459

65-
[[constraint]]
66-
name = "github.com/golang/glog"
67-
revision = "23def4e6c14b4da8ac2ed8007337bc5eb5007998"
60+
# [[constraint]]
61+
# name = "sigs.k8s.io/testing_frameworks"
62+
#
63+
# [[constraint]]
64+
# name = "github.com/go-logr/logr"
65+
#
66+
# [[constraint]]
67+
# name = "github.com/go-logr/zapr"
6868

6969
# For dependency below: Refer to issue https://github.com/golang/dep/issues/1799
7070
[[override]]

vendor/github.com/mitchellh/mapstructure/go.mod

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

vendor/golang.org/x/sys/unix/syscall_freebsd.go

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

vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go

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

vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go

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

vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go

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

vendor/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/dispatcher.go

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

vendor/k8s.io/apiserver/pkg/admission/plugin/webhook/request/admissionreview.go

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

vendor/k8s.io/apiserver/pkg/admission/plugin/webhook/validating/dispatcher.go

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

0 commit comments

Comments
 (0)