Skip to content

Commit 3c756dc

Browse files
chore(deps): update all dependencies
1 parent e19d099 commit 3c756dc

File tree

5 files changed

+65
-39
lines changed

5 files changed

+65
-39
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,26 @@ jobs:
3131

3232
steps:
3333
- name: Harden Runner
34-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
34+
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
3535
with:
3636
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3737

3838
- name: Checkout repository
39-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
39+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
4040

4141
- name: Setup Go ${{ matrix.go }}
42-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
42+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
4343
with:
4444
go-version: ${{ matrix.go }}
4545

4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
47+
uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
4848
with:
4949
languages: ${{ matrix.language }}
5050

5151

5252
- name: Autobuild
53-
uses: github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
53+
uses: github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
5454

5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
56+
uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5

.github/workflows/dependency-review.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Harden Runner
18-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
18+
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
1919
with:
2020
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2121

2222
- name: 'Checkout Repository'
23-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2424
- name: 'Dependency Review'
25-
uses: actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
25+
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
timeout-minutes: 10
2121
steps:
2222
- name: Harden Runner
23-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
23+
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
2424
with:
2525
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2626

27-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2828
- name: Setup Go ${{ matrix.go }}
29-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
29+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
3030
with:
3131
go-version: ${{ matrix.go }}
3232
- name: Test Go

hack/go.mod

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@ module hack
22

33
go 1.22
44

5-
toolchain go1.22.2
5+
toolchain go1.22.3
66

77
replace google.golang.org/protobuf => github.com/aperturerobotics/protobuf-go v1.33.1-0.20240322235918-b46c9358eab6 // aperture
88

99
replace github.com/aperturerobotics/go-kvfile => ../
1010

1111
require (
12-
github.com/golangci/golangci-lint v1.57.2
13-
golang.org/x/tools v0.20.0
12+
github.com/golangci/golangci-lint v1.58.1
13+
golang.org/x/tools v0.21.0
1414
mvdan.cc/gofumpt v0.6.0
1515
)
1616

1717
require (
1818
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
1919
4d63.com/gochecknoglobals v0.2.1 // indirect
20-
github.com/4meepo/tagalign v1.3.3 // indirect
20+
github.com/4meepo/tagalign v1.3.4 // indirect
2121
github.com/Abirdcfly/dupword v0.0.14 // indirect
22-
github.com/Antonboom/errname v0.1.12 // indirect
23-
github.com/Antonboom/nilnil v0.1.7 // indirect
22+
github.com/Antonboom/errname v0.1.13 // indirect
23+
github.com/Antonboom/nilnil v0.1.8 // indirect
2424
github.com/Antonboom/testifylint v1.2.0 // indirect
2525
github.com/BurntSushi/toml v1.3.2 // indirect
2626
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
@@ -40,25 +40,25 @@ require (
4040
github.com/breml/bidichk v0.2.7 // indirect
4141
github.com/breml/errchkjson v0.3.6 // indirect
4242
github.com/butuzov/ireturn v0.3.0 // indirect
43-
github.com/butuzov/mirror v1.1.0 // indirect
43+
github.com/butuzov/mirror v1.2.0 // indirect
4444
github.com/catenacyber/perfsprint v0.7.1 // indirect
4545
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
4646
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4747
github.com/charithe/durationcheck v0.0.10 // indirect
4848
github.com/chavacava/garif v0.1.0 // indirect
49-
github.com/ckaznocha/intrange v0.1.1 // indirect
49+
github.com/ckaznocha/intrange v0.1.2 // indirect
5050
github.com/curioswitch/go-reassign v0.2.0 // indirect
51-
github.com/daixiang0/gci v0.12.3 // indirect
51+
github.com/daixiang0/gci v0.13.4 // indirect
5252
github.com/davecgh/go-spew v1.1.1 // indirect
5353
github.com/denis-tingaikin/go-header v0.5.0 // indirect
5454
github.com/ettle/strcase v0.2.0 // indirect
5555
github.com/fatih/color v1.16.0 // indirect
5656
github.com/fatih/structtag v1.2.0 // indirect
57-
github.com/firefart/nonamedreturns v1.0.4 // indirect
57+
github.com/firefart/nonamedreturns v1.0.5 // indirect
5858
github.com/fsnotify/fsnotify v1.5.4 // indirect
5959
github.com/fzipp/gocyclo v0.6.0 // indirect
60-
github.com/ghostiam/protogetter v0.3.5 // indirect
61-
github.com/go-critic/go-critic v0.11.2 // indirect
60+
github.com/ghostiam/protogetter v0.3.6 // indirect
61+
github.com/go-critic/go-critic v0.11.3 // indirect
6262
github.com/go-toolsmith/astcast v1.1.0 // indirect
6363
github.com/go-toolsmith/astcopy v1.1.0 // indirect
6464
github.com/go-toolsmith/astequal v1.2.0 // indirect
@@ -73,9 +73,9 @@ require (
7373
github.com/golang/protobuf v1.5.4 // indirect
7474
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect
7575
github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e // indirect
76-
github.com/golangci/misspell v0.4.1 // indirect
76+
github.com/golangci/misspell v0.5.1 // indirect
7777
github.com/golangci/plugin-module-register v0.1.1 // indirect
78-
github.com/golangci/revgrep v0.5.2 // indirect
78+
github.com/golangci/revgrep v0.5.3 // indirect
7979
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed // indirect
8080
github.com/google/go-cmp v0.6.0 // indirect
8181
github.com/gordonklaus/ineffassign v0.1.0 // indirect
@@ -90,17 +90,17 @@ require (
9090
github.com/jgautheron/goconst v1.7.1 // indirect
9191
github.com/jingyugao/rowserrcheck v1.1.1 // indirect
9292
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af // indirect
93-
github.com/jjti/go-spancheck v0.5.3 // indirect
93+
github.com/jjti/go-spancheck v0.6.1 // indirect
9494
github.com/julz/importas v0.1.0 // indirect
95-
github.com/karamaru-alpha/copyloopvar v1.0.10 // indirect
95+
github.com/karamaru-alpha/copyloopvar v1.1.0 // indirect
9696
github.com/kisielk/errcheck v1.7.0 // indirect
9797
github.com/kkHAIKE/contextcheck v1.1.5 // indirect
9898
github.com/kulti/thelper v0.6.3 // indirect
9999
github.com/kunwardeep/paralleltest v1.0.10 // indirect
100100
github.com/kyoh86/exportloopref v0.1.11 // indirect
101101
github.com/ldez/gomoddirectives v0.2.4 // indirect
102102
github.com/ldez/tagliatelle v0.5.0 // indirect
103-
github.com/leonklingele/grouper v1.1.1 // indirect
103+
github.com/leonklingele/grouper v1.1.2 // indirect
104104
github.com/lufeee/execinquery v1.2.1 // indirect
105105
github.com/macabu/inamedparam v0.1.3 // indirect
106106
github.com/magiconair/properties v1.8.6 // indirect
@@ -121,9 +121,9 @@ require (
121121
github.com/nunnatsa/ginkgolinter v0.16.2 // indirect
122122
github.com/olekukonko/tablewriter v0.0.5 // indirect
123123
github.com/pelletier/go-toml v1.9.5 // indirect
124-
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
124+
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
125125
github.com/pmezard/go-difflib v1.0.0 // indirect
126-
github.com/polyfloyd/go-errorlint v1.4.8 // indirect
126+
github.com/polyfloyd/go-errorlint v1.5.1 // indirect
127127
github.com/prometheus/client_golang v1.12.1 // indirect
128128
github.com/prometheus/client_model v0.2.0 // indirect
129129
github.com/prometheus/common v0.32.1 // indirect
@@ -133,7 +133,7 @@ require (
133133
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
134134
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
135135
github.com/rivo/uniseg v0.4.3 // indirect
136-
github.com/ryancurrah/gomodguard v1.3.1 // indirect
136+
github.com/ryancurrah/gomodguard v1.3.2 // indirect
137137
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
138138
github.com/sanposhiho/wastedassign/v2 v2.0.7 // indirect
139139
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
@@ -165,15 +165,15 @@ require (
165165
github.com/tomarrell/wrapcheck/v2 v2.8.3 // indirect
166166
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
167167
github.com/ultraware/funlen v0.1.0 // indirect
168-
github.com/ultraware/whitespace v0.1.0 // indirect
168+
github.com/ultraware/whitespace v0.1.1 // indirect
169169
github.com/uudashr/gocognit v1.1.2 // indirect
170170
github.com/xen0n/gosmopolitan v1.2.2 // indirect
171171
github.com/yagipy/maintidx v1.0.0 // indirect
172-
github.com/yeya24/promlinter v0.2.0 // indirect
172+
github.com/yeya24/promlinter v0.3.0 // indirect
173173
github.com/ykadowak/zerologlint v0.1.5 // indirect
174-
gitlab.com/bosi/decorder v0.4.1 // indirect
175-
go-simpler.org/musttag v0.9.0 // indirect
176-
go-simpler.org/sloglint v0.5.0 // indirect
174+
gitlab.com/bosi/decorder v0.4.2 // indirect
175+
go-simpler.org/musttag v0.12.1 // indirect
176+
go-simpler.org/sloglint v0.6.0 // indirect
177177
go.uber.org/atomic v1.10.0 // indirect
178178
go.uber.org/automaxprocs v1.5.3 // indirect
179179
go.uber.org/multierr v1.9.0 // indirect
@@ -182,12 +182,12 @@ require (
182182
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect
183183
golang.org/x/mod v0.17.0 // indirect
184184
golang.org/x/sync v0.7.0 // indirect
185-
golang.org/x/sys v0.19.0 // indirect
185+
golang.org/x/sys v0.20.0 // indirect
186186
golang.org/x/text v0.14.0 // indirect
187187
google.golang.org/protobuf v1.33.0 // indirect
188188
gopkg.in/ini.v1 v1.67.0 // indirect
189189
gopkg.in/yaml.v2 v2.4.0 // indirect
190190
gopkg.in/yaml.v3 v3.0.1 // indirect
191191
honnef.co/go/tools v0.4.7 // indirect
192-
mvdan.cc/unparam v0.0.0-20240104100049-c549a3470d14 // indirect
192+
mvdan.cc/unparam v0.0.0-20240427195214-063aff900ca1 // indirect
193193
)

0 commit comments

Comments
 (0)