Skip to content

Commit 19c40d7

Browse files
authored
Merge branch 'master' into jainriya/npmliteCNIchange
2 parents 4cc444c + 2bf6502 commit 19c40d7

35 files changed

+819
-241
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: github/codeql-action/init@v3
4444
with:
4545
languages: ${{ matrix.language }}
46-
# queries: ./codeql/
46+
queries: ./codeql/
4747
- name: Autobuild
4848
uses: github/codeql-action/autobuild@v3
4949
- name: Perform CodeQL Analysis

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ linters:
1818
- gocritic
1919
- gocyclo
2020
- gofmt
21-
- gomnd
2221
- goprintffuncname
2322
- gosimple
2423
- lll

aitelemetry/telemetrywrapper.go

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const (
2727
azurePublicCloudStr = "AzurePublicCloud"
2828
hostNameKey = "hostname"
2929
defaultTimeout = 10
30+
maxCloseTimeoutInSeconds = 30
3031
defaultBatchIntervalInSecs = 15
3132
defaultBatchSizeInBytes = 32768
3233
defaultGetEnvRetryCount = 5
@@ -330,8 +331,35 @@ func (th *telemetryHandle) Close(timeout int) {
330331
timeout = defaultTimeout
331332
}
332333

334+
// max wait is the minimum of the timeout and maxCloseTimeoutInSeconds
335+
maxWaitTimeInSeconds := timeout
336+
if maxWaitTimeInSeconds < maxCloseTimeoutInSeconds {
337+
maxWaitTimeInSeconds = maxCloseTimeoutInSeconds
338+
}
339+
333340
// wait for items to be sent otherwise timeout
334-
<-th.client.Channel().Close(time.Duration(timeout) * time.Second)
341+
// similar to the example in the appinsights-go repo: https://github.com/microsoft/ApplicationInsights-Go#shutdown
342+
timer := time.NewTimer(time.Duration(maxWaitTimeInSeconds) * time.Second)
343+
defer timer.Stop()
344+
select {
345+
case <-th.client.Channel().Close(time.Duration(timeout) * time.Second):
346+
// timeout specified for retries.
347+
348+
// If we got here, then all telemetry was submitted
349+
// successfully, and we can proceed to exiting.
350+
351+
case <-timer.C:
352+
// absolute timeout. This covers any
353+
// previous telemetry submission that may not have
354+
// completed before Close was called.
355+
356+
// There are a number of reasons we could have
357+
// reached here. We gave it a go, but telemetry
358+
// submission failed somewhere. Perhaps old events
359+
// were still retrying, or perhaps we're throttled.
360+
// Either way, we don't want to wait around for it
361+
// to complete, so let's just exit.
362+
}
335363

336364
// Remove diganostic message listener
337365
if th.diagListener != nil {

azure-ipam/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.2
77
require (
88
github.com/Azure/azure-container-networking v1.5.21
99
github.com/containernetworking/cni v1.2.3
10-
github.com/containernetworking/plugins v1.6.1
10+
github.com/containernetworking/plugins v1.6.2
1111
github.com/pkg/errors v0.9.1
1212
github.com/stretchr/testify v1.10.0
1313
go.uber.org/zap v1.27.0
@@ -70,14 +70,14 @@ require (
7070
github.com/vishvananda/netns v0.0.4 // indirect
7171
go.opencensus.io v0.24.0 // indirect
7272
go.uber.org/multierr v1.11.0 // indirect
73-
golang.org/x/crypto v0.28.0 // indirect
73+
golang.org/x/crypto v0.31.0 // indirect
7474
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
7575
golang.org/x/net v0.30.0 // indirect
7676
golang.org/x/oauth2 v0.22.0 // indirect
77-
golang.org/x/sync v0.8.0 // indirect
78-
golang.org/x/sys v0.27.0 // indirect
79-
golang.org/x/term v0.25.0 // indirect
80-
golang.org/x/text v0.19.0 // indirect
77+
golang.org/x/sync v0.10.0 // indirect
78+
golang.org/x/sys v0.28.0 // indirect
79+
golang.org/x/term v0.27.0 // indirect
80+
golang.org/x/text v0.21.0 // indirect
8181
golang.org/x/time v0.5.0 // indirect
8282
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
8383
google.golang.org/grpc v1.67.0 // indirect

azure-ipam/go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ github.com/containerd/typeurl/v2 v2.2.0 h1:6NBDbQzr7I5LHgp34xAXYF5DOTQDn05X58lsP
4444
github.com/containerd/typeurl/v2 v2.2.0/go.mod h1:8XOOxnyatxSWuG8OfsZXVnAF4iZfedjS/8UHSPJnX4g=
4545
github.com/containernetworking/cni v1.2.3 h1:hhOcjNVUQTnzdRJ6alC5XF+wd9mfGIUaj8FuJbEslXM=
4646
github.com/containernetworking/cni v1.2.3/go.mod h1:DuLgF+aPd3DzcTQTtp/Nvl1Kim23oFKdm2okJzBQA5M=
47-
github.com/containernetworking/plugins v1.6.1 h1:bYd2bpE6hEBqexyaiI2/sst0xJ+v7pEMWrjA5qtkxiU=
48-
github.com/containernetworking/plugins v1.6.1/go.mod h1:SP5UG3jDO9LtmfbBJdP+nl3A1atOtbj2MBOYsnaxy64=
47+
github.com/containernetworking/plugins v1.6.2 h1:pqP8Mq923TLyef5g97XfJ/xpDeVek4yF8A4mzy9Tc4U=
48+
github.com/containernetworking/plugins v1.6.2/go.mod h1:SP5UG3jDO9LtmfbBJdP+nl3A1atOtbj2MBOYsnaxy64=
4949
github.com/coreos/go-iptables v0.8.0 h1:MPc2P89IhuVpLI7ETL/2tx3XZ61VeICZjYqDEgNsPRc=
5050
github.com/coreos/go-iptables v0.8.0/go.mod h1:Qe8Bv2Xik5FyTXwgIbLAnv2sWSBmvWdFETJConOQ//Q=
5151
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
@@ -217,8 +217,8 @@ go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
217217
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
218218
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
219219
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
220-
golang.org/x/crypto v0.28.0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw=
221-
golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U=
220+
golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
221+
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
222222
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
223223
golang.org/x/exp v0.0.0-20231006140011-7918f672742d h1:jtJma62tbqLibJ5sFQz8bKtEM8rJBtfilJ2qTU199MI=
224224
golang.org/x/exp v0.0.0-20231006140011-7918f672742d/go.mod h1:ldy0pHrwJyGW56pPQzzkH36rKxoZW1tw7ZJpeKx+hdo=
@@ -247,8 +247,8 @@ golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJ
247247
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
248248
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
249249
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
250-
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
251-
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
250+
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
251+
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
252252
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
253253
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
254254
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -257,14 +257,14 @@ golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7w
257257
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
258258
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
259259
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
260-
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
261-
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
262-
golang.org/x/term v0.25.0 h1:WtHI/ltw4NvSUig5KARz9h521QvRC8RmF/cuYqifU24=
263-
golang.org/x/term v0.25.0/go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M=
260+
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
261+
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
262+
golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q=
263+
golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM=
264264
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
265265
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
266-
golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
267-
golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
266+
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
267+
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
268268
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
269269
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
270270
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=

build/tools/go.mod

Lines changed: 42 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -8,49 +8,50 @@ require (
88
github.com/AlekSi/gocov-xml v1.1.0
99
github.com/axw/gocov v1.2.1
1010
github.com/golang/mock v1.6.0
11-
github.com/golangci/golangci-lint v1.62.2
11+
github.com/golangci/golangci-lint v1.63.4
1212
github.com/jstemmer/go-junit-report v1.0.0
1313
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
14-
google.golang.org/protobuf v1.35.2
14+
google.golang.org/protobuf v1.36.2
1515
mvdan.cc/gofumpt v0.7.0
1616
sigs.k8s.io/controller-tools v0.16.3
1717
)
1818

1919
require (
2020
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
2121
4d63.com/gochecknoglobals v0.2.1 // indirect
22-
github.com/4meepo/tagalign v1.3.4 // indirect
22+
github.com/4meepo/tagalign v1.4.1 // indirect
2323
github.com/Abirdcfly/dupword v0.1.3 // indirect
2424
github.com/Antonboom/errname v1.0.0 // indirect
25-
github.com/Antonboom/nilnil v1.0.0 // indirect
25+
github.com/Antonboom/nilnil v1.0.1 // indirect
2626
github.com/Antonboom/testifylint v1.5.2 // indirect
2727
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
2828
github.com/Crocmagnon/fatcontext v0.5.3 // indirect
2929
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
3030
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 // indirect
3131
github.com/Masterminds/semver/v3 v3.3.0 // indirect
3232
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect
33-
github.com/alecthomas/go-check-sumtype v0.2.0 // indirect
33+
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
3434
github.com/alexkohler/nakedret/v2 v2.0.5 // indirect
3535
github.com/alexkohler/prealloc v1.0.0 // indirect
3636
github.com/alingse/asasalint v0.0.11 // indirect
37+
github.com/alingse/nilnesserr v0.1.1 // indirect
3738
github.com/ashanbrown/forbidigo v1.6.0 // indirect
38-
github.com/ashanbrown/makezero v1.1.1 // indirect
39+
github.com/ashanbrown/makezero v1.2.0 // indirect
3940
github.com/beorn7/perks v1.0.1 // indirect
4041
github.com/bkielbasa/cyclop v1.2.3 // indirect
4142
github.com/blizzy78/varnamelen v0.8.0 // indirect
42-
github.com/bombsimon/wsl/v4 v4.4.1 // indirect
43+
github.com/bombsimon/wsl/v4 v4.5.0 // indirect
4344
github.com/breml/bidichk v0.3.2 // indirect
4445
github.com/breml/errchkjson v0.4.0 // indirect
45-
github.com/butuzov/ireturn v0.3.0 // indirect
46-
github.com/butuzov/mirror v1.2.0 // indirect
46+
github.com/butuzov/ireturn v0.3.1 // indirect
47+
github.com/butuzov/mirror v1.3.0 // indirect
4748
github.com/catenacyber/perfsprint v0.7.1 // indirect
4849
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
4950
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5051
github.com/charithe/durationcheck v0.0.10 // indirect
5152
github.com/chavacava/garif v0.1.0 // indirect
52-
github.com/ckaznocha/intrange v0.2.1 // indirect
53-
github.com/curioswitch/go-reassign v0.2.0 // indirect
53+
github.com/ckaznocha/intrange v0.3.0 // indirect
54+
github.com/curioswitch/go-reassign v0.3.0 // indirect
5455
github.com/daixiang0/gci v0.13.5 // indirect
5556
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5657
github.com/denis-tingaikin/go-header v0.5.0 // indirect
@@ -72,16 +73,15 @@ require (
7273
github.com/go-toolsmith/strparse v1.1.0 // indirect
7374
github.com/go-toolsmith/typep v1.1.0 // indirect
7475
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
75-
github.com/go-xmlfmt/xmlfmt v1.1.2 // indirect
76+
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
7677
github.com/gobuffalo/flect v1.0.3 // indirect
7778
github.com/gobwas/glob v0.2.3 // indirect
7879
github.com/gofrs/flock v0.12.1 // indirect
7980
github.com/gogo/protobuf v1.3.2 // indirect
8081
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect
8182
github.com/golangci/go-printf-func-name v0.1.0 // indirect
82-
github.com/golangci/gofmt v0.0.0-20240816233607-d8596aa466a9 // indirect
83+
github.com/golangci/gofmt v0.0.0-20241223200906-057b0627d9b9 // indirect
8384
github.com/golangci/misspell v0.6.0 // indirect
84-
github.com/golangci/modinfo v0.3.4 // indirect
8585
github.com/golangci/plugin-module-register v0.1.1 // indirect
8686
github.com/golangci/revgrep v0.5.3 // indirect
8787
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed // indirect
@@ -92,24 +92,29 @@ require (
9292
github.com/gostaticanalysis/comment v1.4.2 // indirect
9393
github.com/gostaticanalysis/forcetypeassert v0.1.0 // indirect
9494
github.com/gostaticanalysis/nilerr v0.1.1 // indirect
95+
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
9596
github.com/hashicorp/go-version v1.7.0 // indirect
97+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
9698
github.com/hashicorp/hcl v1.0.0 // indirect
9799
github.com/hexops/gotextdiff v1.0.3 // indirect
98100
github.com/inconshreveable/mousetrap v1.1.0 // indirect
99101
github.com/jgautheron/goconst v1.7.1 // indirect
100102
github.com/jingyugao/rowserrcheck v1.1.1 // indirect
101-
github.com/jjti/go-spancheck v0.6.2 // indirect
103+
github.com/jjti/go-spancheck v0.6.4 // indirect
102104
github.com/json-iterator/go v1.1.12 // indirect
103-
github.com/julz/importas v0.1.0 // indirect
105+
github.com/julz/importas v0.2.0 // indirect
104106
github.com/karamaru-alpha/copyloopvar v1.1.0 // indirect
105107
github.com/kisielk/errcheck v1.8.0 // indirect
106108
github.com/kkHAIKE/contextcheck v1.1.5 // indirect
107109
github.com/kulti/thelper v0.6.3 // indirect
108110
github.com/kunwardeep/paralleltest v1.0.10 // indirect
109111
github.com/kyoh86/exportloopref v0.1.11 // indirect
110112
github.com/lasiar/canonicalheader v1.1.2 // indirect
111-
github.com/ldez/gomoddirectives v0.2.4 // indirect
112-
github.com/ldez/tagliatelle v0.5.0 // indirect
113+
github.com/ldez/exptostd v0.3.1 // indirect
114+
github.com/ldez/gomoddirectives v0.6.0 // indirect
115+
github.com/ldez/grignotin v0.7.0 // indirect
116+
github.com/ldez/tagliatelle v0.7.1 // indirect
117+
github.com/ldez/usetesting v0.4.2 // indirect
113118
github.com/leonklingele/grouper v1.1.2 // indirect
114119
github.com/macabu/inamedparam v0.1.3 // indirect
115120
github.com/magiconair/properties v1.8.7 // indirect
@@ -129,7 +134,7 @@ require (
129134
github.com/nakabonne/nestif v0.3.1 // indirect
130135
github.com/nishanths/exhaustive v0.12.0 // indirect
131136
github.com/nishanths/predeclared v0.2.2 // indirect
132-
github.com/nunnatsa/ginkgolinter v0.18.3 // indirect
137+
github.com/nunnatsa/ginkgolinter v0.18.4 // indirect
133138
github.com/olekukonko/tablewriter v0.0.5 // indirect
134139
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
135140
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -143,17 +148,17 @@ require (
143148
github.com/quasilyte/gogrep v0.5.0 // indirect
144149
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
145150
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
146-
github.com/raeperd/recvcheck v0.1.2 // indirect
151+
github.com/raeperd/recvcheck v0.2.0 // indirect
147152
github.com/rivo/uniseg v0.4.7 // indirect
148153
github.com/rogpeppe/go-internal v1.13.1 // indirect
149154
github.com/ryancurrah/gomodguard v1.3.5 // indirect
150155
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
151156
github.com/sagikazarmark/locafero v0.6.0 // indirect
152157
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
153-
github.com/sanposhiho/wastedassign/v2 v2.0.7 // indirect
154-
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
158+
github.com/sanposhiho/wastedassign/v2 v2.1.0 // indirect
159+
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 // indirect
155160
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
156-
github.com/sashamelentyev/usestdlibvars v1.27.0 // indirect
161+
github.com/sashamelentyev/usestdlibvars v1.28.0 // indirect
157162
github.com/securego/gosec/v2 v2.21.4 // indirect
158163
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect
159164
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -168,20 +173,20 @@ require (
168173
github.com/spf13/pflag v1.0.5 // indirect
169174
github.com/spf13/viper v1.19.0 // indirect
170175
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
171-
github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect
176+
github.com/stbenjam/no-sprintf-host-port v0.2.0 // indirect
172177
github.com/stretchr/objx v0.5.2 // indirect
173178
github.com/stretchr/testify v1.10.0 // indirect
174179
github.com/subosito/gotenv v1.6.0 // indirect
175-
github.com/tdakkota/asciicheck v0.2.0 // indirect
176-
github.com/tetafro/godot v1.4.18 // indirect
177-
github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a // indirect
180+
github.com/tdakkota/asciicheck v0.3.0 // indirect
181+
github.com/tetafro/godot v1.4.20 // indirect
182+
github.com/timakin/bodyclose v0.0.0-20241017074812-ed6a65f985e3 // indirect
178183
github.com/timonwong/loggercheck v0.10.1 // indirect
179-
github.com/tomarrell/wrapcheck/v2 v2.9.0 // indirect
184+
github.com/tomarrell/wrapcheck/v2 v2.10.0 // indirect
180185
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
181-
github.com/ultraware/funlen v0.1.0 // indirect
182-
github.com/ultraware/whitespace v0.1.1 // indirect
183-
github.com/uudashr/gocognit v1.1.3 // indirect
184-
github.com/uudashr/iface v1.2.1 // indirect
186+
github.com/ultraware/funlen v0.2.0 // indirect
187+
github.com/ultraware/whitespace v0.2.0 // indirect
188+
github.com/uudashr/gocognit v1.2.0 // indirect
189+
github.com/uudashr/iface v1.3.0 // indirect
185190
github.com/x448/float16 v0.8.4 // indirect
186191
github.com/xen0n/gosmopolitan v1.2.2 // indirect
187192
github.com/yagipy/maintidx v1.0.0 // indirect
@@ -196,11 +201,11 @@ require (
196201
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
197202
golang.org/x/exp/typeparams v0.0.0-20241108190413-2d47ceb2692f // indirect
198203
golang.org/x/mod v0.22.0 // indirect
199-
golang.org/x/net v0.31.0 // indirect
200-
golang.org/x/sync v0.9.0 // indirect
201-
golang.org/x/sys v0.27.0 // indirect
202-
golang.org/x/text v0.20.0 // indirect
203-
golang.org/x/tools v0.27.0 // indirect
204+
golang.org/x/net v0.32.0 // indirect
205+
golang.org/x/sync v0.10.0 // indirect
206+
golang.org/x/sys v0.28.0 // indirect
207+
golang.org/x/text v0.21.0 // indirect
208+
golang.org/x/tools v0.28.0 // indirect
204209
gopkg.in/inf.v0 v0.9.1 // indirect
205210
gopkg.in/ini.v1 v1.67.0 // indirect
206211
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)