File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3535 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
3737 - name : Setup Go ${{ matrix.go }}
38- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
38+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
3939 with :
4040 go-version : ${{ matrix.go }}
4141
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ require (
1414 github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 // indirect; wasi
1515 // github.com/aperturerobotics/goscript v0.0.61 // master
1616 github.com/aperturerobotics/protobuf-go-lite v0.12.2 // latest
17- github.com/aperturerobotics/starpc v0.47.1 // latest
17+ github.com/aperturerobotics/starpc v0.48.0 // latest
1818)
1919
2020require (
2121 github.com/agnivade/wasmbrowsertest v0.11.0 // cancelCtx
2222 github.com/golangci/golangci-lint/v2 v2.10.1
23- github.com/goreleaser/goreleaser/v2 v2.14.0 // latest
23+ github.com/goreleaser/goreleaser/v2 v2.14.1 // latest
2424 github.com/psampaz/go-mod-outdated v0.9.0 // latest
2525 golang.org/x/tools v0.42.0 // latest
2626 google.golang.org/grpc v1.78.0 // indirect; latest
Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ github.com/aperturerobotics/protobuf-go-lite v0.12.2 h1:ujwTKgpIYAVsv8VljB6PPMY5
199199github.com/aperturerobotics/protobuf-go-lite v0.12.2 /go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8 =
200200github.com/aperturerobotics/starpc v0.47.1 h1:TxQon4lm3G3Hl4iKecFkrpv0sd7oFO7uQFrhRh27l5Q =
201201github.com/aperturerobotics/starpc v0.47.1 /go.mod h1:SCskS3mjIiRUGflIQ1uV3txzqSxvqdoQqYGcgXKoEys =
202+ github.com/aperturerobotics/starpc v0.48.0 /go.mod h1:WQTxkj5kfUkEfG+ewFC7OggKqgKQkutL76vTTZeXCwM =
202203github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q =
203204github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 /go.mod h1:t2tdKJDJF9BV14lnkjHmOQgcvEKgtqs5a1N3LNdJhGE =
204205github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio =
@@ -708,6 +709,7 @@ github.com/goreleaser/go-shellwords v1.0.13 h1:ivvhC/RvUyud74c0urb1ZGYWPYGibY5Qi
708709github.com/goreleaser/go-shellwords v1.0.13 /go.mod h1:UtDFSSvW7wQL/4jmyzZbuP6HfI6R+oSm0v63cs61oDw =
709710github.com/goreleaser/goreleaser/v2 v2.14.0 h1:mruINcfD6UrNexpDUgNPsH9BPf7LTx7E8u1VgsaEKOU =
710711github.com/goreleaser/goreleaser/v2 v2.14.0 /go.mod h1:chMBBIVXm1UTdxSWM3orBl2KklQWM0p4BChAelBT7lM =
712+ github.com/goreleaser/goreleaser/v2 v2.14.1 /go.mod h1:ILqGxsrKA7k3Mftc/ltcjZmOubnm11Y1LMsOGU9ia+Q =
711713github.com/goreleaser/nfpm/v2 v2.45.0 h1:rTqqX/vqvln4x7B2HmPL57gh21iIMqyxzP8goI3Jv+Y =
712714github.com/goreleaser/nfpm/v2 v2.45.0 /go.mod h1:O0h9bB68D39NTnM9rSOJhVCYxQk7sU8i04q2bzczFdk =
713715github.com/goreleaser/quill v0.0.0-20251224035235-ab943733386f h1:2HQF/pifDK7XnmVhQi3OecdUcHLOaXIKVKscW8qKzCk =
You can’t perform that action at this time.
0 commit comments