/
dlc
/
similarity-compiler
Обзор
Документация
Войти
/
dlc
/
similarity-compiler
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
dev
go.mod
37 строк
1 KB
yoona
fix: module path prior to gitverse
06 май 2024, 10:57
06 май 2024, 10:57
cf6287d
Код
Авторство
О чём код?
module gitverse.ru/dlc/similarity-compiler go 1.22.2 require ( github.com/joho/godotenv v1.5.1 github.com/sethvargo/go-envconfig v1.0.1 google.golang.org/grpc v1.62.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/gabriel-vasile/mimetype v1.4.3 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect github.com/labstack/gommon v0.4.2 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v1.2.2 // indirect golang.org/x/crypto v0.21.0 // indirect golang.org/x/net v0.22.0 // indirect golang.org/x/text v0.14.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) require ( github.com/go-playground/validator/v10 v10.19.0 github.com/golang/protobuf v1.5.4 // indirect github.com/labstack/echo/v4 v4.11.4 github.com/stretchr/testify v1.9.0 golang.org/x/sys v0.18.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect google.golang.org/protobuf v1.33.0 )