-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
29 lines (25 loc) · 855 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
25
26
27
28
29
module github.com/Salvionied/apollo
go 1.20
require (
github.com/Salvionied/cbor/v2 v2.6.0
github.com/SundaeSwap-finance/kugo v1.0.6-0.20250116035512-6686234216f0
github.com/SundaeSwap-finance/ogmigo v0.8.2-0.20250113211512-19cbb328b538
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
golang.org/x/text v0.21.0
)
require (
github.com/aws/aws-sdk-go v1.55.6 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
)
require (
filippo.io/edwards25519 v1.1.0
github.com/maestro-org/go-sdk v1.2.0
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.32.0
)