File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 - name : download and install
2020 uses : actions/setup-go@v5
2121 with :
22- go-version : ' 1.25.5 '
22+ go-version : ' 1.25.6 '
2323
2424 - name : install protoc (protobuf)
2525 uses : arduino/setup-protoc@v3
Original file line number Diff line number Diff line change 1818 - name : download and install
1919 uses : actions/setup-go@v5
2020 with :
21- go-version : ' 1.25.5 '
21+ go-version : ' 1.25.6 '
2222
2323 - name : install protoc (protobuf)
2424 uses : arduino/setup-protoc@v3
Original file line number Diff line number Diff line change 11module github.com/singnet/snet-daemon/v6
22
3- go 1.25.5
3+ go 1.25.6
44
55require (
66 github.com/bufbuild/protocompile v0.14.1
@@ -214,7 +214,7 @@ require (
214214 golang.org/x/tools v0.40.0 // indirect
215215 gonum.org/v1/gonum v0.16.0 // indirect
216216 google.golang.org/genproto/googleapis/api v0.0.0-20251029180050-ab9386a59fda // indirect
217- google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
217+ google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
218218 gopkg.in/yaml.v2 v2.4.0 // indirect
219219 gopkg.in/yaml.v3 v3.0.1 // indirect
220220 lukechampine.com/blake3 v1.4.1 // indirect
Original file line number Diff line number Diff line change @@ -1159,8 +1159,8 @@ google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEY
11591159google.golang.org/genproto v0.0.0-20210126160654-44e461bb6506 /go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no =
11601160google.golang.org/genproto/googleapis/api v0.0.0-20251029180050-ab9386a59fda h1:+2XxjfsAu6vqFxwGBRcHiMaDCuZiqXGDUDVWVtrFAnE =
11611161google.golang.org/genproto/googleapis/api v0.0.0-20251029180050-ab9386a59fda /go.mod h1:fDMmzKV90WSg1NbozdqrE64fkuTv6mlq2zxo9ad+3yo =
1162- google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 h1:gRkg/vSppuSQoDjxyiGfN4Upv/h/DQmIR10ZU8dh4Ww =
1163- google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 /go.mod h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk =
1162+ google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 h1:sNrWoksmOyF5bvJUcnmbeAmQi8baNhqg5IWaI3llQqU =
1163+ google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 /go.mod h1:j9x/tPzZkyxcgEFkiKEEGxfvyumM01BEtsW8xzOahRQ =
11641164google.golang.org/grpc v1.17.0 /go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs =
11651165google.golang.org/grpc v1.19.0 /go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c =
11661166google.golang.org/grpc v1.20.0 /go.mod h1:chYK+tFQF0nDUGJgXMSgLCQk3phJEuONr2DCgLDdAQM =
You can’t perform that action at this time.
0 commit comments