You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
decort-golang-sdk/go.mod

26 lines
784 B

module repository.basistech.ru/BASIS/decort-golang-sdk
3 years ago
1 month ago
go 1.24.0
3 years ago
require (
1 month ago
github.com/go-playground/validator/v10 v10.28.0
github.com/google/go-querystring v1.1.0
2 years ago
github.com/joho/godotenv v1.5.1
5 days ago
github.com/stretchr/testify v1.9.0
go.uber.org/mock v0.6.0
3 years ago
gopkg.in/yaml.v3 v3.0.1
)
require (
5 days ago
github.com/davecgh/go-spew v1.1.1 // indirect
1 month ago
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
2 years ago
github.com/google/go-cmp v0.5.9 // indirect
1 month ago
github.com/leodido/go-urn v1.4.0 // indirect
5 days ago
github.com/pmezard/go-difflib v1.0.0 // indirect
1 month ago
golang.org/x/crypto v0.42.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
)