-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathgo.mod
More file actions
47 lines (44 loc) · 1.88 KB
/
Copy pathgo.mod
File metadata and controls
47 lines (44 loc) · 1.88 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/Salvionied/apollo/v2
go 1.25.10
require (
connectrpc.com/connect v1.20.0
github.com/SundaeSwap-finance/kugo v1.3.1
github.com/SundaeSwap-finance/ogmigo/v6 v6.2.1
github.com/blinklabs-io/bursa v0.16.0
github.com/blinklabs-io/gouroboros v0.188.1
github.com/blinklabs-io/plutigo v0.1.17
github.com/maestro-org/go-sdk v1.2.1
github.com/utxorpc/go-codegen v0.19.2
github.com/utxorpc/go-sdk v0.0.4
)
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
github.com/aws/aws-sdk-go v1.55.6 // indirect
github.com/bits-and-blooms/bitset v1.24.4 // indirect
github.com/blinklabs-io/go-bip39 v0.2.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.5.0 // indirect
github.com/btcsuite/btcd/btcutil v1.2.0 // indirect
github.com/btcsuite/btcd/chaincfg/chainhash v1.2.0 // indirect
github.com/btcsuite/btcd/chainhash/v2 v2.0.0 // indirect
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/buger/jsonparser v1.1.2 // indirect
github.com/consensys/gnark-crypto v0.20.1 // indirect
github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
github.com/ethereum/go-ethereum v1.17.4 // indirect
github.com/fxamacker/cbor/v2 v2.9.2 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/holiman/uint256 v1.3.2 // indirect
github.com/jinzhu/copier v0.4.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.54.0 // indirect
golang.org/x/net v0.56.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.40.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)