orama/invest-api/go.mod
anonpenguin23 655bd92178 Squashed 'website/' content from commit d19b985
git-subtree-dir: website
git-subtree-split: d19b98589ec5d235560a210b26195b653a65a808
2026-03-26 18:14:59 +02:00

19 lines
459 B
Modula-2

module github.com/debros/orama-website/invest-api
go 1.24.4
require (
github.com/ethereum/go-ethereum v1.15.11
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.37
github.com/mr-tron/base58 v1.2.0
)
require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/holiman/uint256 v1.3.2 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
)