github.com/bcskill/bcschain/v3@v3.4.9-beta2/go.mod (about)

     1  module github.com/bcskill/bcschain/v3
     2  
     3  go 1.17
     4  
     5  require (
     6  	contrib.go.opencensus.io/exporter/stackdriver v0.6.0
     7  	github.com/allegro/bigcache v1.2.1
     8  	github.com/aristanetworks/goarista v0.0.0-20180424004133-70dca2f27708
     9  	github.com/aws/aws-sdk-go v1.25.48 // indirect
    10  	github.com/btcsuite/btcd v0.21.0-beta
    11  	github.com/cespare/cp v1.0.0
    12  	github.com/cespare/xxhash v1.1.0
    13  	github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
    14  	github.com/davecgh/go-spew v1.1.1
    15  	github.com/deckarep/golang-set v1.7.1
    16  	github.com/dlclark/regexp2 v1.2.1 // indirect
    17  	github.com/docker/docker v1.13.1
    18  	github.com/dop251/goja v0.0.0-20200721192441-a695b0cdd498
    19  	github.com/edsrzf/mmap-go v1.0.0
    20  	github.com/fatih/color v1.7.0
    21  	github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5
    22  	github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08
    23  	github.com/gizak/termui v2.2.0+incompatible
    24  	github.com/go-ini/ini v1.36.0 // indirect
    25  	github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
    26  	github.com/go-stack/stack v1.8.0
    27  	github.com/golang/protobuf v1.4.3
    28  	github.com/golang/snappy v0.0.3
    29  	github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
    30  	github.com/gorilla/websocket v1.4.2
    31  	github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
    32  	github.com/huin/goupnp v1.0.1-0.20200620063722-49508fba0031
    33  	github.com/influxdata/influxdb v1.8.3
    34  	github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458
    35  	github.com/julienschmidt/httprouter v1.2.0
    36  	github.com/karalabe/usb v0.0.0-20191104083709-911d15fe12a9
    37  	github.com/kylelemons/godebug v1.1.0 // indirect
    38  	github.com/maruel/panicparse v1.0.2 // indirect
    39  	github.com/maruel/ut v1.0.2 // indirect
    40  	github.com/mattn/go-colorable v0.1.7
    41  	github.com/minio/minio-go v6.0.13+incompatible
    42  	github.com/mitchellh/go-homedir v1.1.0 // indirect
    43  	github.com/mitchellh/go-wordwrap v1.0.1 // indirect
    44  	github.com/naoina/go-stringutil v0.1.0 // indirect
    45  	github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
    46  	github.com/nsf/termbox-go v1.1.0 // indirect
    47  	github.com/olekukonko/tablewriter v0.0.2-0.20190409134802-7e037d187b0c
    48  	github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c
    49  	github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7
    50  	github.com/rjeczalik/notify v0.9.1
    51  	github.com/rs/cors v1.7.0
    52  	github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
    53  	github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969
    54  	github.com/stretchr/testify v1.7.0
    55  	github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
    56  	github.com/urfave/cli v1.22.1
    57  	github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208
    58  	go.opencensus.io v0.22.2
    59  	golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
    60  	golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
    61  	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
    62  	golang.org/x/sys v0.0.0-20210326220804-49726bf1d181
    63  	golang.org/x/text v0.3.3
    64  	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
    65  	gopkg.in/ini.v1 v1.51.0 // indirect
    66  	gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
    67  	gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6
    68  	gopkg.in/urfave/cli.v1 v1.20.0
    69  )
    70  
    71  require (
    72  	cloud.google.com/go v0.51.0 // indirect
    73  	github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
    74  	github.com/google/go-cmp v0.4.0 // indirect
    75  	github.com/googleapis/gax-go/v2 v2.0.5 // indirect
    76  	github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
    77  	github.com/kr/pretty v0.1.0 // indirect
    78  	github.com/kr/text v0.1.0 // indirect
    79  	github.com/mattn/go-isatty v0.0.12 // indirect
    80  	github.com/mattn/go-runewidth v0.0.9 // indirect
    81  	github.com/pmezard/go-difflib v1.0.0 // indirect
    82  	github.com/russross/blackfriday/v2 v2.0.1 // indirect
    83  	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
    84  	golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
    85  	golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
    86  	google.golang.org/api v0.15.0 // indirect
    87  	google.golang.org/appengine v1.6.5 // indirect
    88  	google.golang.org/genproto v0.0.0-20200108215221-bd8f9a0ef82f // indirect
    89  	google.golang.org/grpc v1.26.0 // indirect
    90  	google.golang.org/protobuf v1.23.0 // indirect
    91  	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
    92  )