cryptocurrency_exchange/go.mod

11 lines
201 B
Modula-2
Raw Normal View History

2023-12-28 13:24:32 +00:00
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.17.0 // indirect