-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (24 loc) · 898 Bytes
/
go.mod
File metadata and controls
28 lines (24 loc) · 898 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
module github.com/sidan-lab/rum
go 1.24.0
toolchain go1.24.6
require (
github.com/SundaeSwap-finance/ogmigo v0.10.0
github.com/blockfrost/blockfrost-go v0.2.2
github.com/lpernett/godotenv v0.0.0-20230527005122-0de1d4c5ef5e
github.com/maestro-org/go-sdk v1.2.0
github.com/sidan-lab/cardano-golang-signing-module v0.0.2
golang.org/x/crypto v0.37.0
)
require (
github.com/aws/aws-sdk-go v1.44.197 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/sync v0.12.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)