cryptocurrency_exchange/go.mod

10 lines
201 B
Modula-2

module contracts
go 1.21.5
require (
github.com/go-resty/resty/v2 v2.11.0
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20231228104959-3176f72878ba
)
require golang.org/x/net v0.19.0 // indirect