From 4853cad7499a953deb4a18bae2c14c1482007e42 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 9 Jul 2026 15:36:08 -0230 Subject: rate --- go.mod | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..f5f390e --- /dev/null +++ b/go.mod @@ -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 +) -- cgit v1.2.3