fix bug
This commit is contained in:
19
go.mod
19
go.mod
@@ -1,20 +1,19 @@
|
||||
module git.apinb.com/bsm-tools/protoc-gen-slc
|
||||
|
||||
go 1.24.0
|
||||
go 1.25.1
|
||||
|
||||
require (
|
||||
git.apinb.com/bsm-sdk/core v0.0.65
|
||||
golang.org/x/mod v0.27.0
|
||||
google.golang.org/grpc v1.75.0
|
||||
google.golang.org/protobuf v1.36.8
|
||||
git.apinb.com/bsm-sdk/core v0.0.94
|
||||
golang.org/x/mod v0.28.0
|
||||
google.golang.org/grpc v1.75.1
|
||||
google.golang.org/protobuf v1.36.10
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.7.0 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/oklog/ulid/v2 v2.1.1 // indirect
|
||||
golang.org/x/net v0.43.0 // indirect
|
||||
golang.org/x/sys v0.35.0 // indirect
|
||||
golang.org/x/text v0.28.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // indirect
|
||||
golang.org/x/net v0.44.0 // indirect
|
||||
golang.org/x/sys v0.36.0 // indirect
|
||||
golang.org/x/text v0.29.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20251002232023-7c0ddcbb5797 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user