updated
This commit is contained in:
parent
d4cb519ac6
commit
689cfe4101
2 changed files with 18 additions and 1 deletions
9
go.mod
9
go.mod
|
|
@ -4,4 +4,11 @@ go 1.25.6
|
|||
|
||||
require github.com/sirupsen/logrus v1.9.4
|
||||
|
||||
require golang.org/x/sys v0.41.0 // indirect
|
||||
require (
|
||||
golang.org/x/net v0.48.0 // indirect
|
||||
golang.org/x/sys v0.41.0 // indirect
|
||||
golang.org/x/text v0.32.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
|
||||
google.golang.org/grpc v1.79.1 // indirect
|
||||
google.golang.org/protobuf v1.36.11 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue