Commit 30be3e9 1 parent e8d2c15 commit 30be3e9 Copy full SHA for 30be3e9
File tree 4 files changed +13
-7
lines changed
4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ jobs:
34
34
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
35
36
36
- name : Setup Go ${{ matrix.go }}
37
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
37
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
38
38
with :
39
39
go-version : ${{ matrix.go }}
40
40
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
42
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
46
46
- name : Build Go
47
47
run : go build -mod=readonly -v ./...
48
48
49
49
- name : Perform CodeQL Analysis
50
- uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
50
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
24
24
- name : Setup Go ${{ matrix.go }}
25
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
25
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
26
26
with :
27
27
go-version : ${{ matrix.go }}
28
28
Original file line number Diff line number Diff line change 1
1
module github.com/aperturerobotics/go-kvfile
2
2
3
- go 1.22
3
+ go 1.24
4
+
5
+ toolchain go1.24.0
4
6
5
7
require (
6
- github.com/aperturerobotics/common v0.20.3 // master
8
+ github.com/aperturerobotics/common v0.21.1 // master
7
9
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 // indirect
8
10
github.com/aperturerobotics/protobuf-go-lite v0.8.0 // latest
9
11
)
10
12
11
13
require (
12
14
github.com/SaveTheRbtz/zstd-seekable-format-go v0.6.1
13
- github.com/klauspost/compress v1.17.11
15
+ github.com/klauspost/compress v1.18.0
14
16
github.com/mr-tron/base58 v1.2.0
15
17
github.com/pkg/errors v0.9.1
16
18
github.com/urfave/cli/v2 v2.27.5
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/SaveTheRbtz/zstd-seekable-format-go v0.6.1 h1:VuaOpU/0Aklkjcq8KBisGC8
2
2
github.com/SaveTheRbtz/zstd-seekable-format-go v0.6.1 /go.mod h1:IfUnG57D5yphwHgIIeIl74Gp5VCu74GsE7h3riM4cxs =
3
3
github.com/aperturerobotics/common v0.20.3 h1:pzcwAbLdyC4sgHOquGTkwK1ww/LlPscxiNpJ3u0Upg8 =
4
4
github.com/aperturerobotics/common v0.20.3 /go.mod h1:S2yc+bp5PoLn0PHOAt+XXGsC50sA0MU9GF3q6FyEs9U =
5
+ github.com/aperturerobotics/common v0.21.1 h1:n2kPPTVhTkNeJ5pDeH6u3tMuv07A53bek/TRMGNZIAs =
6
+ github.com/aperturerobotics/common v0.21.1 /go.mod h1:FrecdNcsYvVS8RcWCR8FUkKFh+XmouFOYKHpBdMqqBA =
5
7
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 h1:So9JeziaWKx2Fw8sK4AUN/szqKtJ0jEMhS6bU4sHbxs =
6
8
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 /go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg =
7
9
github.com/aperturerobotics/protobuf-go-lite v0.8.0 h1:SoiTAVArmOrNTX31e6CC5Bem6HuOElg3YYNhp4AAPQc =
@@ -20,6 +22,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
20
22
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
21
23
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc =
22
24
github.com/klauspost/compress v1.17.11 /go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0 =
25
+ github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo =
26
+ github.com/klauspost/compress v1.18.0 /go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ =
23
27
github.com/mr-tron/base58 v1.2.0 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o =
24
28
github.com/mr-tron/base58 v1.2.0 /go.mod h1:BinMc/sQntlIE1frQmRFPUoPA1Zkr8VRgBdjWI2mNwc =
25
29
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
You can’t perform that action at this time.
0 commit comments