converter/go.mod

18 lines
396 B
Modula-2
Raw Normal View History

2025-09-06 08:17:05 +03:00
module converter
go 1.24.3
2025-09-06 11:58:46 +03:00
require (
github.com/go-resty/resty/v2 v2.16.5
github.com/shopspring/decimal v1.4.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/stretchr/testify v1.11.1 // indirect
golang.org/x/net v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)