Skip to content

Commit 4c487e6

Browse files
committed
chore(deps): update dependencies in release/v1.4
1 parent 2dab850 commit 4c487e6

File tree

9 files changed

+123
-151
lines changed

9 files changed

+123
-151
lines changed

.github/workflows/codeql.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
language: [ 'go' ]
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@v2
29+
uses: github/codeql-action/init@v3
3030
with:
3131
languages: ${{ matrix.language }}
3232
- name: Autobuild
33-
uses: github/codeql-action/autobuild@v2
33+
uses: github/codeql-action/autobuild@v3
3434
- name: Perform CodeQL Analysis
35-
uses: github/codeql-action/analyze@v2
35+
uses: github/codeql-action/analyze@v3

.github/workflows/crdgen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
name: CRDs are Generated
1717
runs-on: ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
- uses: actions/setup-go@v4
22+
- uses: actions/setup-go@v5
2323
with:
2424
go-version: ${{ matrix.go-version }}
2525
- name: Regenerate NodeNetworkConfig CRD

.github/workflows/cyclonus-netpol-extended-nightly-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
]
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

28-
- uses: actions/setup-go@v4
28+
- uses: actions/setup-go@v5
2929
with:
3030
go-version: "^1.22"
3131

@@ -71,7 +71,7 @@ jobs:
7171
mv ./test/cyclonus/cyclonus-test.txt ./cyclonus-test_${{ matrix.profile }}.txt
7272
7373
- name: "Upload Logs"
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
if: always()
7676
with:
7777
name: logs

.github/workflows/cyclonus-netpol-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
]
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

35-
- uses: actions/setup-go@v4
35+
- uses: actions/setup-go@v5
3636
with:
3737
go-version: "^1.22"
3838

@@ -78,7 +78,7 @@ jobs:
7878
mv ./test/cyclonus/cyclonus-test.txt ./cyclonus-test_${{ matrix.profile }}.txt
7979
8080
- name: "Upload Logs"
81-
uses: actions/upload-artifact@v3
81+
uses: actions/upload-artifact@v4
8282
if: always()
8383
with:
8484
name: logs

.github/workflows/golangci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
name: Lint
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/setup-go@v4
20+
- uses: actions/setup-go@v5
2121
with:
2222
go-version: ${{ matrix.go-version }}
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626
- name: golangci-lint

azure-ipam/go.mod

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Azure/azure-container-networking/azure-ipam
22

3-
go 1.22.7
3+
go 1.23.4
44

55
require (
66
github.com/pkg/errors v0.9.1
@@ -18,17 +18,17 @@ require (
1818
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.5.0 // indirect
1919
github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 // indirect
2020
github.com/Masterminds/semver v1.5.0 // indirect
21-
github.com/Microsoft/go-winio v0.4.17 // indirect
22-
github.com/Microsoft/hcsshim v0.9.6 // indirect
21+
github.com/Microsoft/go-winio v0.6.2 // indirect
22+
github.com/Microsoft/hcsshim v0.12.9 // indirect
2323
github.com/avast/retry-go/v3 v3.1.1 // indirect
2424
github.com/beorn7/perks v1.0.1 // indirect
2525
github.com/billgraziano/dpapi v0.4.0 // indirect
2626
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2727
github.com/containerd/cgroups v1.0.1 // indirect
28-
github.com/coreos/go-iptables v0.6.0 // indirect
28+
github.com/coreos/go-iptables v0.8.0 // indirect
2929
github.com/davecgh/go-spew v1.1.1 // indirect
3030
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
31-
github.com/go-logr/logr v1.2.3 // indirect
31+
github.com/go-logr/logr v1.4.2 // indirect
3232
github.com/go-openapi/jsonpointer v0.19.5 // indirect
3333
github.com/go-openapi/jsonreference v0.20.0 // indirect
3434
github.com/go-openapi/swag v0.19.14 // indirect
@@ -38,7 +38,7 @@ require (
3838
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3939
github.com/golang/protobuf v1.5.2 // indirect
4040
github.com/google/gnostic v0.5.7-v3refs // indirect
41-
github.com/google/go-cmp v0.5.9 // indirect
41+
github.com/google/go-cmp v0.6.0 // indirect
4242
github.com/google/gofuzz v1.2.0 // indirect
4343
github.com/google/uuid v1.3.0 // indirect
4444
github.com/imdario/mergo v0.3.12 // indirect
@@ -58,18 +58,19 @@ require (
5858
github.com/prometheus/client_model v0.3.0 // indirect
5959
github.com/prometheus/common v0.37.0 // indirect
6060
github.com/prometheus/procfs v0.8.0 // indirect
61-
github.com/sirupsen/logrus v1.8.1 // indirect
61+
github.com/sirupsen/logrus v1.9.3 // indirect
6262
github.com/spf13/pflag v1.0.5 // indirect
63-
go.opencensus.io v0.23.0 // indirect
64-
golang.org/x/crypto v0.18.0 // indirect
65-
golang.org/x/net v0.20.0 // indirect
63+
github.com/vishvananda/netns v0.0.4 // indirect
64+
go.opencensus.io v0.24.0 // indirect
65+
golang.org/x/crypto v0.28.0 // indirect
66+
golang.org/x/net v0.30.0 // indirect
6667
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
67-
golang.org/x/sys v0.16.0 // indirect
68-
golang.org/x/term v0.16.0 // indirect
69-
golang.org/x/text v0.14.0 // indirect
68+
golang.org/x/sys v0.27.0 // indirect
69+
golang.org/x/term v0.25.0 // indirect
70+
golang.org/x/text v0.19.0 // indirect
7071
golang.org/x/time v0.3.0 // indirect
7172
google.golang.org/appengine v1.6.7 // indirect
72-
google.golang.org/protobuf v1.28.1 // indirect
73+
google.golang.org/protobuf v1.35.1 // indirect
7374
gopkg.in/inf.v0 v0.9.1 // indirect
7475
gopkg.in/yaml.v2 v2.4.0 // indirect
7576
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -87,8 +88,8 @@ require (
8788

8889
require (
8990
github.com/Azure/azure-container-networking v1.4.54
90-
github.com/containernetworking/cni v1.1.2
91-
github.com/containernetworking/plugins v1.2.0
91+
github.com/containernetworking/cni v1.2.3
92+
github.com/containernetworking/plugins v1.6.1
9293
go.uber.org/atomic v1.9.0 // indirect
9394
go.uber.org/multierr v1.8.0 // indirect
9495
)

0 commit comments

Comments
 (0)