changeAPIv1/go.mod
netscrawler c99f477e35 v0.0.6
2024-06-30 20:44:53 +03:00

26 lines
839 B
Modula-2

module converter
go 1.22
require (
github.com/netscrawler/protos v0.0.5
google.golang.org/grpc v1.64.0
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/ilyakaznacheev/cleanenv v1.5.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)