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
)