Files
decort-golang-sdk/go.mod

26 lines
784 B
Modula-2
Raw Normal View History

2023-03-17 12:54:34 +03:00
module repository.basistech.ru/BASIS/decort-golang-sdk
2022-08-11 08:09:54 +00:00
2025-10-14 16:44:25 +03:00
go 1.24.0
2022-08-11 08:09:54 +00:00
2023-03-17 12:54:34 +03:00
require (
2025-10-14 16:44:25 +03:00
github.com/go-playground/validator/v10 v10.28.0
2023-03-17 12:54:34 +03:00
github.com/google/go-querystring v1.1.0
2024-04-16 14:26:06 +03:00
github.com/joho/godotenv v1.5.1
2025-11-18 14:42:39 +03:00
github.com/stretchr/testify v1.9.0
go.uber.org/mock v0.6.0
2023-05-04 16:15:35 +03:00
gopkg.in/yaml.v3 v3.0.1
2023-03-17 12:54:34 +03:00
)
require (
2025-11-18 14:42:39 +03:00
github.com/davecgh/go-spew v1.1.1 // indirect
2025-10-14 16:44:25 +03:00
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
2023-03-17 12:54:34 +03:00
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
2024-03-14 14:52:56 +03:00
github.com/google/go-cmp v0.5.9 // indirect
2025-10-14 16:44:25 +03:00
github.com/leodido/go-urn v1.4.0 // indirect
2025-11-18 14:42:39 +03:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2025-10-14 16:44:25 +03:00
golang.org/x/crypto v0.42.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
2023-03-17 12:54:34 +03:00
)