File tree Expand file tree Collapse file tree 6 files changed +390
-384
lines changed Expand file tree Collapse file tree 6 files changed +390
-384
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
46
46
cache : ' yarn'
47
47
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
49
+ uses : github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
54
+ uses : github/codeql-action/autobuild@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
57
+ uses : github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.
11
11
12
12
require (
13
13
github.com/aperturerobotics/controllerbus v0.50.3 // master
14
- github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
14
+ github.com/aperturerobotics/protobuf-go-lite v0.10.0 // latest
15
15
github.com/aperturerobotics/starpc v0.39.6 // indirect; main
16
16
github.com/aperturerobotics/util v1.31.0 // indirect; latest
17
17
)
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b
8
8
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b0b8 /go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo =
9
9
github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu79IhqUvKRdCfJNR0MwQ =
10
10
github.com/aperturerobotics/protobuf-go-lite v0.9.1 /go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0 =
11
+ github.com/aperturerobotics/protobuf-go-lite v0.10.0 h1:0jsPifWk3LGH96zT9Vqapac5OkHKPjuj7QRJwyhRj0s =
12
+ github.com/aperturerobotics/protobuf-go-lite v0.10.0 /go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0 =
11
13
github.com/aperturerobotics/starpc v0.39.6 h1:z86Q5F1+5TiQcpn9uxrbBRRSo8VRChaiO9yzpvrP+Ec =
12
14
github.com/aperturerobotics/starpc v0.39.6 /go.mod h1:q8PqoL5FUP1LR2OfJTdVpX+XOxqiHoEVqrH/H0YmKu0 =
13
15
github.com/aperturerobotics/util v1.31.0 h1:094JjGljJCyd6uq5HfbFR//GGsMgN362TOhvEh78JyI =
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ replace github.com/libp2p/go-msgio => github.com/aperturerobotics/go-libp2p-msgi
11
11
12
12
require (
13
13
github.com/aperturerobotics/cli v1.0.0 // latest
14
- github.com/aperturerobotics/common v0.22.7 // latest
14
+ github.com/aperturerobotics/common v0.22.8 // latest
15
15
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b0b8 // latest
16
- github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
16
+ github.com/aperturerobotics/protobuf-go-lite v0.10.0 // latest
17
17
github.com/aperturerobotics/starpc v0.39.6 // latest
18
18
github.com/aperturerobotics/util v1.31.0 // latest
19
19
)
Original file line number Diff line number Diff line change @@ -2,12 +2,16 @@ github.com/aperturerobotics/cli v1.0.0 h1:s3xT2h7eBih4/4yZKTn/HQ6P+qpk6ygWZl2416
2
2
github.com/aperturerobotics/cli v1.0.0 /go.mod h1:wtlINjMcKuwyV1x4ftReuA6hHZcPB8kPMXHyQqGFCSc =
3
3
github.com/aperturerobotics/common v0.22.7 h1:gMtJLKVSe+WVHe4JNZJWfGsCwv4ajGLfzkbceEEdswk =
4
4
github.com/aperturerobotics/common v0.22.7 /go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY =
5
+ github.com/aperturerobotics/common v0.22.8 h1:2aj1pBtIGUwvNihe2j5GF9p8a8Kx22rUbOk2i+OwWic =
6
+ github.com/aperturerobotics/common v0.22.8 /go.mod h1:BGGWuePbntdBlX8Fto8fe4chKnEyyzFbRfhz6XH9XGA =
5
7
github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0 h1:tGwbeDoEeQCrUQL+ClUywldqvz9eRmhcVrGwGxz2xJg =
6
8
github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0 /go.mod h1:FJkAtQcP9XxqG1NNLNHKm+wLVIGSCQX2s6CEoD+w97g =
7
9
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b0b8 h1:ht7OY1rv7oVmki0/pRYL7e4W0iWtisX+RqS/2yXOwxQ =
8
10
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b0b8 /go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo =
9
11
github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu79IhqUvKRdCfJNR0MwQ =
10
12
github.com/aperturerobotics/protobuf-go-lite v0.9.1 /go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0 =
13
+ github.com/aperturerobotics/protobuf-go-lite v0.10.0 h1:0jsPifWk3LGH96zT9Vqapac5OkHKPjuj7QRJwyhRj0s =
14
+ github.com/aperturerobotics/protobuf-go-lite v0.10.0 /go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0 =
11
15
github.com/aperturerobotics/starpc v0.39.6 h1:z86Q5F1+5TiQcpn9uxrbBRRSo8VRChaiO9yzpvrP+Ec =
12
16
github.com/aperturerobotics/starpc v0.39.6 /go.mod h1:q8PqoL5FUP1LR2OfJTdVpX+XOxqiHoEVqrH/H0YmKu0 =
13
17
github.com/aperturerobotics/util v1.31.0 h1:094JjGljJCyd6uq5HfbFR//GGsMgN362TOhvEh78JyI =
You can’t perform that action at this time.
0 commit comments