-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (24 loc) · 845 Bytes
/
go.mod
File metadata and controls
28 lines (24 loc) · 845 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/NethermindEth/starknet.go
go 1.25.0
require (
github.com/Masterminds/semver/v3 v3.4.0
github.com/NethermindEth/juno v0.15.11
github.com/gorilla/websocket v1.5.3
github.com/joho/godotenv v1.4.0
github.com/stretchr/testify v1.10.0
go.uber.org/mock v0.5.2
golang.org/x/crypto v0.41.0
golang.org/x/net v0.43.0
)
require (
github.com/bits-and-blooms/bitset v1.24.0 // indirect
github.com/consensys/gnark-crypto v0.18.0
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/deckarep/golang-set/v2 v2.8.0
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
github.com/holiman/uint256 v1.3.2
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/x448/float16 v0.8.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require golang.org/x/sys v0.35.0 // indirect