|
module git.apinb.com/bsm-tools/protoc-gen-ts
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240624140628-dc46fd24d27d
|
|
google.golang.org/protobuf v1.34.2
|
|
gotest.tools/v3 v3.5.1
|
|
)
|
|
|
|
require github.com/google/go-cmp v0.5.9 // indirect
|