Skip to content

Commit 77c07ba

Browse files
authored
Merge pull request #290 from philoserf/patch-1
trivial: Change dep constraint to an override
2 parents f0deaf7 + 6847bb7 commit 77c07ba

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)