diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-07-09 15:36:08 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-07-09 15:36:08 -0230 |
| commit | 4853cad7499a953deb4a18bae2c14c1482007e42 (patch) | |
| tree | b6a7eaf332d4c89ba585f88e1a345d716df59ae1 /go.mod | |
| download | exchange-4853cad7499a953deb4a18bae2c14c1482007e42.zip | |
rate
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,29 @@ +module git.samanthony.xyz/exchange + +go 1.26 + +require ( + github.com/google/go-querystring v1.2.0 + github.com/jellydator/ttlcache/v3 v3.4.1 + github.com/shopspring/decimal v1.4.0 + github.com/stretchr/testify v1.11.1 + github.com/thrasher-corp/gocryptotrader v0.0.0-20260707022640-7e0257651955 +) + +require ( + github.com/bojanz/currency v1.4.4 // indirect + github.com/bytedance/gopkg v0.1.3 // indirect + github.com/bytedance/sonic v1.15.2 // indirect + github.com/bytedance/sonic/loader v0.5.1 // indirect + github.com/cloudwego/base64x v0.1.6 // indirect + github.com/cockroachdb/apd/v3 v3.2.1 // indirect + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect + github.com/klauspost/cpuid/v2 v2.2.9 // indirect + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect + github.com/twitchyliquid64/golang-asm v0.15.1 // indirect + golang.org/x/arch v0.13.0 // indirect + golang.org/x/sync v0.16.0 // indirect + golang.org/x/sys v0.46.0 // indirect + golang.org/x/time v0.15.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect +) |