mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-27 12:44:13 +00:00
19 lines
459 B
Modula-2
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
|
|
)
|