This commit is contained in:
asteam
2025-09-26 18:56:58 +03:00
parent f1ffb4c0fd
commit 48e2b0f2f9
931 changed files with 1444 additions and 1130 deletions

3
go.mod
View File

@@ -1,11 +1,10 @@
module repository.basistech.ru/BASIS/dynamix-golang-sdk/v9
module repository.basistech.ru/BASIS/dynamix-golang-sdk/v10
go 1.20
require (
github.com/go-playground/validator/v10 v10.11.2
github.com/google/go-querystring v1.1.0
github.com/joho/godotenv v1.5.1
gopkg.in/yaml.v3 v3.0.1
)