Skip to content

Commit

Permalink
deps: Bump nmpolicy to v0.2.0 (#953)
Browse files Browse the repository at this point in the history
To be able to implement a capture entry with replace operator using a
capture reference, this change bump nmpolicy to v0.2.0.

Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored Jan 3, 2022
1 parent 7b72f54 commit b40ec5e
Show file tree
Hide file tree
Showing 11 changed files with 199 additions and 99 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.2
github.com/nmstate/nmpolicy v0.2.0
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.2 h1:3g5zkJK+K7uM74MS7eu9ikotVHsz9enODD0+v70lMaw=
github.com/nmstate/nmpolicy v0.1.2/go.mod h1:uItjRVdUUTrtIUmG/772gMujJwMTHgUxPkUPjnpy6Is=
github.com/nmstate/nmpolicy v0.2.0 h1:Z4JeOpr5au/QcHOLP0FBIRury08vEbUrOXWsWTiyyyk=
github.com/nmstate/nmpolicy v0.2.0/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.

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

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

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

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

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

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

Loading

0 comments on commit b40ec5e

Please sign in to comment.