module converter go 1.22 require ( github.com/fatih/color v1.17.0 github.com/ilyakaznacheev/cleanenv v1.5.0 github.com/netscrawler/protoss v0.0.0-20240630182512-36e5b935e6b4 golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 google.golang.org/grpc v1.64.0 ) require ( github.com/BurntSushi/toml v1.2.1 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // 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 github.com/redis/go-redis/v9 v9.5.3 // indirect golang.org/x/net v0.22.0 // indirect golang.org/x/sys v0.18.0 // indirect golang.org/x/text v0.16.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect google.golang.org/protobuf v1.34.2 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect )