Skip to content

Commit 45128fd

Browse files
deps: bump github.com/Azure/azure-container-networking from 1.7.2 to 1.7.3 in /azure-ipam (#4006)
deps: bump github.com/Azure/azure-container-networking in /azure-ipam Bumps [github.com/Azure/azure-container-networking](https://github.com/Azure/azure-container-networking) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/Azure/azure-container-networking/releases) - [Commits](v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: github.com/Azure/azure-container-networking dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20a2479 commit 45128fd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

azure-ipam/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/Azure/azure-container-networking/azure-ipam
33
go 1.23.2
44

55
require (
6-
github.com/Azure/azure-container-networking v1.7.2
6+
github.com/Azure/azure-container-networking v1.7.3
77
github.com/containernetworking/cni v1.3.0
88
github.com/containernetworking/plugins v1.6.2
99
github.com/pkg/errors v0.9.1

azure-ipam/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cloud.google.com/go/compute/metadata v0.7.0 h1:PBWF+iiAerVNe8UCHxdOt6eHLVc3ydFeO
44
code.cloudfoundry.org/clock v0.0.0-20180518195852-02e53af36e6c/go.mod h1:QD9Lzhd/ux6eNQVUDVRJX/RKTigpewimNYBi7ivZKY8=
55
code.cloudfoundry.org/clock v1.41.0 h1:YiYQSEqcxswK+YtQ+NRIE31E1VNXkwb53Bb3zRmsoOM=
66
code.cloudfoundry.org/clock v1.41.0/go.mod h1:ncX4UpMuVwZooK7Rw7P+fsE2brLasFbPlibOOrZq40w=
7-
github.com/Azure/azure-container-networking v1.7.2 h1:bEP0UiXXoJQ7YrhPMsW5Svq66HEtfFkYSYgdh7PmLZ0=
8-
github.com/Azure/azure-container-networking v1.7.2/go.mod h1:6Foh5gC7Eep78vfk2jQNzs6/SoCD8+agiufHehtRJq8=
7+
github.com/Azure/azure-container-networking v1.7.3 h1:C0mUroj0R80x0xoqsE2o1svPVqz8l+du8mRt0aBOKcY=
8+
github.com/Azure/azure-container-networking v1.7.3/go.mod h1:g0T0ub5SpEJCCR0BHaaP2zky1xeZt0Q6uOYkdQAtqrE=
99
github.com/Azure/azure-container-networking/zapai v0.0.3 h1:73druF1cnne5Ign/ztiXP99Ss5D+UJ80EL2mzPgNRhk=
1010
github.com/Azure/azure-container-networking/zapai v0.0.3/go.mod h1:XV/aKJQAV6KqV4HQtZlDyxg2z7LaY9rsX8dqwyWFmUI=
1111
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.0 h1:ci6Yd6nysBRLEodoziB6ah1+YOzZbZk+NYneoA6q+6E=
@@ -281,8 +281,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
281281
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
282282
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
283283
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
284-
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=
285-
github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
284+
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
285+
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
286286
github.com/stoewer/go-strcase v1.2.0 h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU=
287287
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=
288288
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)