Skip to content

Commit

Permalink
deps: Bump NMPolicy to v0.1.2 (#952)
Browse files Browse the repository at this point in the history
There is a bug at NMPolicy that prevent using optional fields at eq
filter. This change bump the dependency to v0.1.2

Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored Dec 23, 2021
1 parent ab6234b commit 06468a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/gorilla/mux v1.7.4 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/nmstate/kubernetes-nmstate/api v0.0.0
github.com/nmstate/nmpolicy v0.1.1
github.com/nmstate/nmpolicy v0.1.2
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.15.0
github.com/opencontainers/image-spec v1.0.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1181,8 +1181,8 @@ github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8/go.mod h1:86w
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU=
github.com/ncw/swift v1.0.47/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nmstate/nmpolicy v0.1.1 h1:pIjawf4kHx69JwtaWI3D9av0d5D8G+scRd0xJqpedxo=
github.com/nmstate/nmpolicy v0.1.1/go.mod h1:uItjRVdUUTrtIUmG/772gMujJwMTHgUxPkUPjnpy6Is=
github.com/nmstate/nmpolicy v0.1.2 h1:3g5zkJK+K7uM74MS7eu9ikotVHsz9enODD0+v70lMaw=
github.com/nmstate/nmpolicy v0.1.2/go.mod h1:uItjRVdUUTrtIUmG/772gMujJwMTHgUxPkUPjnpy6Is=
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 h1:Up6+btDp321ZG5/zdSLo48H9Iaq0UQGthrhWC6pCxzE=
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481/go.mod h1:yKZQO8QE2bHlgozqWDiRVqTFlLQSj30K/6SAK8EeYFw=
github.com/nwaples/rardecode v1.1.0/go.mod h1:5DzqNKiOdpKKBH87u8VlvAnPZMXcGRhxWkRpHbbfGS0=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ github.com/nmstate/kubernetes-nmstate/api/shared
github.com/nmstate/kubernetes-nmstate/api/v1
github.com/nmstate/kubernetes-nmstate/api/v1alpha1
github.com/nmstate/kubernetes-nmstate/api/v1beta1
# github.com/nmstate/nmpolicy v0.1.1
# github.com/nmstate/nmpolicy v0.1.2
## explicit
github.com/nmstate/nmpolicy/nmpolicy
github.com/nmstate/nmpolicy/nmpolicy/internal
Expand Down

0 comments on commit 06468a6

Please sign in to comment.