-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (17 loc) · 906 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
module github.com/DrDelphi/EsdtBingoBot
go 1.16
require (
github.com/ElrondNetwork/elrond-go v1.2.29
github.com/ElrondNetwork/elrond-go-core v1.1.2
github.com/ElrondNetwork/elrond-go-crypto v1.0.1
github.com/ElrondNetwork/elrond-go-logger v1.0.6
github.com/ElrondNetwork/elrond-sdk-erdgo v1.0.13
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/tyler-smith/go-bip39 v1.1.0
github.com/urfave/cli v1.22.5
)
replace github.com/ElrondNetwork/arwen-wasm-vm/v1_2 v1.2.30 => github.com/ElrondNetwork/arwen-wasm-vm v1.2.30
replace github.com/ElrondNetwork/arwen-wasm-vm/v1_3 v1.3.30 => github.com/ElrondNetwork/arwen-wasm-vm v1.3.30
replace github.com/ElrondNetwork/arwen-wasm-vm/v1_4 v1.4.22 => github.com/ElrondNetwork/arwen-wasm-vm v1.4.22