Skip to content

Commit d8e8fa2

Browse files
committed
chore(deps): update dependencies in release/v1.4
1 parent 6afc7e5 commit d8e8fa2

File tree

5 files changed

+92
-69
lines changed

5 files changed

+92
-69
lines changed

.github/workflows/crdgen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
crdgen119:
1212
strategy:
1313
matrix:
14-
go-version: ["1.22", "1.23"]
14+
go-version: ["1.23", "1.24"]
1515
os: [ubuntu-latest]
1616
name: CRDs are Generated
1717
runs-on: ${{ matrix.os }}

.github/workflows/golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
go-version: ['1.22.x', '1.23.x']
18+
go-version: ['1.23.x', '1.24.x']
1919
os: [ubuntu-latest, windows-latest]
2020
name: Lint
2121
runs-on: ${{ matrix.os }}

.golangci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ linters:
88
- format
99
- performance
1010
- unused
11-
disable:
12-
- maligned
13-
- scopelint
1411
enable:
15-
- exportloopref
12+
- copyloopvar
1613
- goconst
1714
- gocritic
1815
- gocyclo
1916
- gofmt
20-
- gomnd
17+
- mnd
2118
- goprintffuncname
2219
- gosimple
2320
- lll

go.mod

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,45 @@
11
module github.com/Azure/azure-container-networking
22

3-
go 1.23
3+
go 1.23.0
4+
5+
toolchain go1.24.0
46

57
require (
6-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
7-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
8+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
9+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2
810
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azsecrets v0.7.1
911
github.com/Masterminds/semver v1.5.0
1012
github.com/Microsoft/go-winio v0.4.17
1113
github.com/Microsoft/hcsshim v0.8.23
1214
github.com/avast/retry-go/v3 v3.1.1
13-
github.com/avast/retry-go/v4 v4.3.4
15+
github.com/avast/retry-go/v4 v4.6.1
1416
github.com/billgraziano/dpapi v0.4.0
1517
github.com/containernetworking/cni v1.2.3
1618
github.com/docker/libnetwork v0.8.0-dev.2.0.20210525090646-64b7a4574d14
1719
github.com/golang/mock v1.6.0
1820
github.com/golang/protobuf v1.5.4
19-
github.com/google/go-cmp v0.6.0
21+
github.com/google/go-cmp v0.7.0
2022
github.com/google/uuid v1.6.0
21-
github.com/gorilla/mux v1.8.0
23+
github.com/gorilla/mux v1.8.1
2224
github.com/hashicorp/go-version v1.6.0
2325
github.com/microsoft/ApplicationInsights-Go v0.4.4
2426
github.com/nxadm/tail v1.4.11
2527
github.com/onsi/ginkgo v1.16.5
2628
github.com/onsi/gomega v1.33.1
2729
github.com/patrickmn/go-cache v2.1.0+incompatible
2830
github.com/pkg/errors v0.9.1
29-
github.com/prometheus/client_golang v1.20.5
31+
github.com/prometheus/client_golang v1.21.1
3032
github.com/prometheus/client_model v0.6.1
3133
github.com/spf13/cobra v1.9.1
3234
github.com/spf13/pflag v1.0.6
3335
github.com/spf13/viper v1.19.0
3436
github.com/stretchr/testify v1.10.0
3537
go.uber.org/zap v1.27.0
3638
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
37-
golang.org/x/sync v0.11.0
38-
golang.org/x/sys v0.29.0
39-
google.golang.org/grpc v1.67.1
40-
google.golang.org/protobuf v1.35.2
39+
golang.org/x/sync v0.12.0
40+
golang.org/x/sys v0.31.0
41+
google.golang.org/grpc v1.71.0
42+
google.golang.org/protobuf v1.36.5
4143
k8s.io/api v0.26.10
4244
k8s.io/apiextensions-apiserver v0.26.1
4345
k8s.io/apimachinery v0.26.10
@@ -53,18 +55,18 @@ require (
5355
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
5456
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
5557
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
56-
github.com/klauspost/compress v1.17.9 // indirect
58+
github.com/klauspost/compress v1.17.11 // indirect
5759
github.com/sagikazarmark/locafero v0.4.0 // indirect
5860
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
5961
github.com/sourcegraph/conc v0.3.0 // indirect
60-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f // indirect
62+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
6163
)
6264

6365
require (
6466
code.cloudfoundry.org/clock v1.0.0 // indirect
65-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect
67+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
6668
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.5.0 // indirect
67-
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
69+
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.1 // indirect
6870
github.com/beorn7/perks v1.0.1 // indirect
6971
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7072
github.com/containerd/cgroups v1.0.1 // indirect
@@ -105,7 +107,7 @@ require (
105107
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
106108
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
107109
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
108-
github.com/prometheus/common v0.55.0 // indirect
110+
github.com/prometheus/common v0.62.0 // indirect
109111
github.com/prometheus/procfs v0.15.1 // indirect
110112
github.com/sirupsen/logrus v1.9.3
111113
github.com/spf13/afero v1.11.0 // indirect
@@ -117,11 +119,11 @@ require (
117119
github.com/vishvananda/netns v0.0.5
118120
go.opencensus.io v0.24.0 // indirect
119121
go.uber.org/multierr v1.11.0 // indirect
120-
golang.org/x/crypto v0.32.0
121-
golang.org/x/net v0.33.0 // indirect
122-
golang.org/x/oauth2 v0.22.0 // indirect
123-
golang.org/x/term v0.28.0 // indirect
124-
golang.org/x/text v0.21.0 // indirect
122+
golang.org/x/crypto v0.36.0
123+
golang.org/x/net v0.37.0 // indirect
124+
golang.org/x/oauth2 v0.25.0 // indirect
125+
golang.org/x/term v0.30.0 // indirect
126+
golang.org/x/text v0.23.0 // indirect
125127
golang.org/x/time v0.8.0 // indirect
126128
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
127129
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect

0 commit comments

Comments
 (0)