delphi.market/go.mod

30 lines
950 B
Modula-2
Raw Normal View History

2023-09-09 20:52:50 +00:00
module delphi.market
go 1.20
2023-09-09 20:52:50 +00:00
require (
2023-09-09 20:52:50 +00:00
github.com/btcsuite/btcd/btcec/v2 v2.2.2
2023-09-09 20:52:50 +00:00
github.com/btcsuite/btcutil v1.0.2
2023-09-09 20:52:50 +00:00
github.com/joho/godotenv v1.5.1
2023-09-09 20:52:50 +00:00
github.com/labstack/echo/v4 v4.11.1
2023-09-09 20:52:50 +00:00
github.com/lib/pq v1.10.9
github.com/namsral/flag v1.7.4-pre
2023-09-09 20:52:50 +00:00
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
2023-09-09 20:52:50 +00:00
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090
2023-09-09 20:52:50 +00:00
)
2023-09-09 20:52:50 +00:00
require (
2023-09-09 20:52:50 +00:00
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
2023-09-09 20:52:50 +00:00
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.3.0 // indirect
)