forked from savaki/ogmigo
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1016 Bytes
/
go.mod
File metadata and controls
32 lines (29 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/SundaeSwap-finance/ogmigo/v6
go 1.24.0
require (
github.com/aws/aws-sdk-go v1.44.197
github.com/btcsuite/btcutil v1.0.2
github.com/buger/jsonparser v1.1.2
github.com/fxamacker/cbor/v2 v2.4.0
github.com/gorilla/websocket v1.5.0
github.com/nsf/jsondiff v0.0.0-20210926074059-1e845ec5d249
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.8.1
github.com/tj/assert v0.0.3
go.uber.org/zap v1.27.0
golang.org/x/sync v0.1.0
golang.org/x/text v0.7.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/sys v0.12.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)