File tree Expand file tree Collapse file tree 7 files changed +56
-124
lines changed
Expand file tree Collapse file tree 7 files changed +56
-124
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ jobs:
3434 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535
3636 - name : Setup Go ${{ matrix.go }}
37- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
37+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
3838 with :
3939 go-version : ${{ matrix.go }}
4040
4141 - uses : oven-sh/setup-bun@v2
4242
4343 - name : Initialize CodeQL
44- uses : github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
44+ uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
4545 with :
4646 languages : ${{ matrix.language }}
4747
4848 - name : Autobuild
49- uses : github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
49+ uses : github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
5050
5151 - name : Perform CodeQL Analysis
52- uses : github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
52+ uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
Original file line number Diff line number Diff line change 1717 - name : ' Checkout Repository'
1818 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 - name : ' Dependency Review'
20- uses : actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3
20+ uses : actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
2424 - name : Setup Go ${{ matrix.go }}
25- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
25+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2626 with :
2727 go-version : ${{ matrix.go }}
2828
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ module github.com/aperturerobotics/template
33go 1.25
44
55require (
6- github.com/aperturerobotics/common v0.30.7 // master
6+ github.com/aperturerobotics/common v0.32.0 // master
77 github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 // indirect
88 github.com/aperturerobotics/protobuf-go-lite v0.12.2 // latest
9- github.com/aperturerobotics/starpc v0.47.2-0.20260228105112-f1337c4314e9 // latest
9+ github.com/aperturerobotics/starpc v0.48.0 // latest
1010 github.com/aperturerobotics/util v1.32.4 // indirect
1111)
1212
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 h1:3U7
22github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 /go.mod h1:lNSJTKECIUFAnfeSqy01kXYTYe1BHubW7198jNX3nEw =
33github.com/aperturerobotics/common v0.30.7 h1:MfbgBHwRnCFPCWVXjKiqEBkFGpMf8Nk2pRsUiSuzxSc =
44github.com/aperturerobotics/common v0.30.7 /go.mod h1:rdhYmixjslfBT0lEMADQHWjgRKIDxZ+8Paxv4lGZfp0 =
5+ github.com/aperturerobotics/common v0.32.0 h1:wKKKUMGs8HZC2exPGVNtj81zqW687mf/rhSbme45CFs =
6+ github.com/aperturerobotics/common v0.32.0 /go.mod h1:m46OxaMDdhPjsWBSdIwkPPCmuFVMuJiRc8/DvC0wStM =
57github.com/aperturerobotics/go-websocket v1.8.15-0.20260228104546-35e37959349c h1:JATtwVM+rTNr0cwQhr9GtDRdi0EsLmfQ0dIT8SlhGMk =
68github.com/aperturerobotics/go-websocket v1.8.15-0.20260228104546-35e37959349c /go.mod h1:9KnSGuqxSXbdB/Oi0I6vvfPLkclfJwMGAQaDDGVgGow =
79github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 h1:4B1F0DzuqPzb6WqgCjWaqDD7JU9RDsevQG5OP0DFBgs =
@@ -12,6 +14,8 @@ github.com/aperturerobotics/protobuf-go-lite v0.12.2 h1:ujwTKgpIYAVsv8VljB6PPMY5
1214github.com/aperturerobotics/protobuf-go-lite v0.12.2 /go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8 =
1315github.com/aperturerobotics/starpc v0.47.2-0.20260228105112-f1337c4314e9 h1:shNCGvi5ASsDxcc4i/fOAQXntmCSsBTjWUpOx+XOmc0 =
1416github.com/aperturerobotics/starpc v0.47.2-0.20260228105112-f1337c4314e9 /go.mod h1:WQTxkj5kfUkEfG+ewFC7OggKqgKQkutL76vTTZeXCwM =
17+ github.com/aperturerobotics/starpc v0.48.0 h1:js2LVxnxR9wNblIU+Tyh8JnHg1hkgP7rcHY/+zWM0BA =
18+ github.com/aperturerobotics/starpc v0.48.0 /go.mod h1:WQTxkj5kfUkEfG+ewFC7OggKqgKQkutL76vTTZeXCwM =
1519github.com/aperturerobotics/util v1.32.4 h1:+f4rZuGC0AfgvA6bEwxSiW3Px9awyqr/CB2ltHyX4a8 =
1620github.com/aperturerobotics/util v1.32.4 /go.mod h1:qfRZZUDn0sEfc43JRA6rKP8bwFxliqGqJZX+p1jeOnQ =
1721github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
Original file line number Diff line number Diff line change 5252 "singleQuote" : true
5353 },
5454 "devDependencies" : {
55- "@aptre/common" : " ^0.30.3 " ,
55+ "@aptre/common" : " ^0.32.0 " ,
5656 "@types/react" : " ^19.2.13" ,
5757 "@types/react-dom" : " ^19.1.2" ,
5858 "@typescript/native-preview" : " ^7.0.0-dev.20250220" ,
6767 "@aptre/protobuf-es-lite" : " ^1.0.0" ,
6868 "react" : " ^19.1.0" ,
6969 "react-dom" : " ^19.1.0" ,
70- "starpc" : " ^0.46.2 "
70+ "starpc" : " ^0.48.0 "
7171 },
7272 "resolutions" : {
7373 "@aptre/protobuf-es-lite" : " ^1.0.0"
You can’t perform that action at this time.
0 commit comments