github.com/0xsequence/ethkit@v1.25.0/go.mod (about)

     1  module github.com/0xsequence/ethkit
     2  
     3  go 1.21
     4  
     5  toolchain go1.22.0
     6  
     7  require (
     8  	github.com/btcsuite/btcd v0.23.4
     9  	github.com/btcsuite/btcd/btcec/v2 v2.3.2
    10  	github.com/btcsuite/btcd/btcutil v1.1.3
    11  	github.com/cespare/cp v1.1.1
    12  	github.com/cespare/xxhash/v2 v2.2.0
    13  	github.com/davecgh/go-spew v1.1.1
    14  	github.com/deckarep/golang-set v1.7.1
    15  	github.com/go-chi/httpvcr v0.2.0
    16  	github.com/go-stack/stack v1.8.0
    17  	github.com/google/uuid v1.2.0
    18  	github.com/gorilla/websocket v1.5.1
    19  	github.com/goware/breaker v0.1.2
    20  	github.com/goware/cachestore v0.8.1
    21  	github.com/goware/calc v0.2.0
    22  	github.com/goware/channel v0.4.1
    23  	github.com/goware/logger v0.3.0
    24  	github.com/goware/pp v0.0.3
    25  	github.com/goware/superr v0.0.2
    26  	github.com/spf13/cobra v1.6.1
    27  	github.com/stretchr/testify v1.8.1
    28  	github.com/tyler-smith/go-bip39 v1.1.0
    29  	golang.org/x/crypto v0.22.0
    30  	golang.org/x/net v0.24.0
    31  	golang.org/x/sync v0.1.0
    32  	golang.org/x/sys v0.19.0
    33  	golang.org/x/tools v0.6.0
    34  	gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
    35  )
    36  
    37  require (
    38  	golang.org/x/exp v0.0.0-20230124195608-d38c7dcee874 // indirect
    39  	golang.org/x/mod v0.8.0 // indirect
    40  	golang.org/x/text v0.14.0 // indirect
    41  )
    42  
    43  require (
    44  	github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
    45  	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
    46  	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
    47  	github.com/goware/singleflight v0.2.0 // indirect
    48  	github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
    49  	github.com/inconshreveable/mousetrap v1.1.0 // indirect
    50  	github.com/kr/text v0.2.0 // indirect
    51  	github.com/pmezard/go-difflib v1.0.0 // indirect
    52  	github.com/redis/go-redis/v9 v9.0.5 // indirect
    53  	github.com/spf13/pflag v1.0.5 // indirect
    54  	golang.org/x/term v0.19.0 // indirect
    55  	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
    56  	gopkg.in/yaml.v3 v3.0.1 // indirect
    57  )