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.

21 lines
591 B

module repository.basistech.ru/BASIS/dynamix-standard-go-sdk
go 1.20
require github.com/google/go-querystring v1.1.0
require github.com/go-playground/validator/v10 v10.11.2
require gopkg.in/yaml.v2 v2.4.0
require (
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
)