Skip to content

Commit 6847bb7

Browse files
authored
trivial: Change dep constraint to an override
fixes #289
1 parent f0deaf7 commit 6847bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gopkg.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
name = "k8s.io/client-go"
5050
version = "7.0.0"
5151

52-
[[constraint]]
52+
[[override]]
5353
branch = "master"
5454
name = "k8s.io/utils"
5555

56-
[[constraint]]
56+
[[override]]
5757
branch = "master"
5858
name = "github.com/go-openapi/spec"
5959

0 commit comments

Comments
 (0)