-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
24 lines (21 loc) · 788 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/jeremyletang/vegamm
go 1.19
require (
code.vegaprotocol.io/vega v0.73.0-preview.10
github.com/gorilla/websocket v1.5.0
github.com/jeremyletang/vega-go-sdk v0.0.0-20231002102344-232d3138de0d
github.com/shopspring/decimal v1.3.1
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
google.golang.org/grpc v1.53.0
)
require (
github.com/ethereum/go-ethereum v1.11.6 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.9.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/protobuf v1.30.0 // indirect
)