File tree 7 files changed +763
-770
lines changed
7 files changed +763
-770
lines changed Original file line number Diff line number Diff line change @@ -32,26 +32,26 @@ jobs:
32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
35
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
37
37
- name : Setup Go ${{ matrix.go }}
38
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
38
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
39
39
with :
40
40
go-version : ${{ matrix.go }}
41
41
42
42
- name : Setup Node.JS ${{ matrix.node }}
43
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
43
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
44
44
with :
45
45
node-version : ${{ matrix.node }}
46
46
cache : ' yarn'
47
47
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
49
+ uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
54
+ uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
57
+ uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : ' Checkout Repository'
18
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
- name : ' Dependency Review'
20
- uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
20
+ uses : actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
20
20
node : [22.x]
21
21
timeout-minutes : 10
22
22
steps :
23
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
25
25
- name : Setup Go ${{ matrix.go }}
26
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
26
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
27
27
with :
28
28
go-version : ${{ matrix.go }}
29
29
30
30
- name : Setup Node.JS ${{ matrix.node }}
31
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
31
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
32
32
with :
33
33
node-version : ${{ matrix.node }}
34
34
cache : ' yarn'
Original file line number Diff line number Diff line change 1
1
module github.com/aperturerobotics/timestamp
2
2
3
- go 1.22
3
+ go 1.24
4
+
5
+ toolchain go1.24.2
4
6
5
7
require (
6
- github.com/aperturerobotics/common v0.18.7 // latest
7
- github.com/aperturerobotics/protobuf-go-lite v0.7.0 // latest
8
+ github.com/aperturerobotics/common v0.22.1 // latest
9
+ github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
8
10
)
9
11
10
- require github.com/aperturerobotics/json-iterator-lite v1.0.0
12
+ require github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008
Original file line number Diff line number Diff line change 1
1
github.com/aperturerobotics/common v0.18.7 h1:Le/Z5EG8a/kHo8+enTvesxeEhw+b4tJUemV5Xs/vrjY =
2
2
github.com/aperturerobotics/common v0.18.7 /go.mod h1:4zW3CCNdnXnUBUFfex47ekzxZuqBmNYEVAMYGwSSYJw =
3
+ github.com/aperturerobotics/common v0.22.1 h1:wxTV9wSgfAM9jYUuSzNFzUeC28DQMBgDO3iGahlHeaY =
4
+ github.com/aperturerobotics/common v0.22.1 /go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY =
3
5
github.com/aperturerobotics/json-iterator-lite v1.0.0 h1:cihbrYWoK/S2RYXhJLpDZd+GUjVvFJN+D3w1VOqqHRI =
4
6
github.com/aperturerobotics/json-iterator-lite v1.0.0 /go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg =
7
+ github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 h1:So9JeziaWKx2Fw8sK4AUN/szqKtJ0jEMhS6bU4sHbxs =
8
+ github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 /go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg =
5
9
github.com/aperturerobotics/protobuf-go-lite v0.7.0 h1:dDoOzD0kxx8fshgqyWrJdhZHfeTLAWvMfH6lU458eZg =
6
10
github.com/aperturerobotics/protobuf-go-lite v0.7.0 /go.mod h1:MSCkd3x0MtN1WbG5abldAa55AVKHJlOgbZGPDcBauLM =
11
+ github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu79IhqUvKRdCfJNR0MwQ =
12
+ github.com/aperturerobotics/protobuf-go-lite v0.9.1 /go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0 =
7
13
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
8
14
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
9
15
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
Original file line number Diff line number Diff line change 47
47
"singleQuote" : true
48
48
},
49
49
"devDependencies" : {
50
- "@aptre/common" : " ^0.18 .0" ,
50
+ "@aptre/common" : " ^0.22 .0" ,
51
51
"@typescript-eslint/eslint-plugin" : " ^8.0.0" ,
52
52
"@typescript-eslint/parser" : " ^8.0.0" ,
53
53
"depcheck" : " ^1.4.6" ,
54
54
"eslint" : " ^9.4.0" ,
55
- "eslint-config-prettier" : " ^9 .0.0" ,
55
+ "eslint-config-prettier" : " ^10 .0.0" ,
56
56
"eslint-plugin-unused-imports" : " ^4.0.1" ,
57
57
"prettier" : " ^3.3.0" ,
58
58
"rimraf" : " ^6.0.0" ,
59
59
"typescript" : " ^5.4.5"
60
60
},
61
61
"dependencies" : {
62
62
"@aptre/protobuf-es-lite" : " ^0.4.5" ,
63
- "starpc" : " ^0.35 .0"
63
+ "starpc" : " ^0.38 .0"
64
64
},
65
65
"resolutions" : {
66
66
"@aptre/protobuf-es-lite" : " 0.4.8"
You can’t perform that action at this time.
0 commit comments