github.com/aswedchain/aswed@v1.0.1/go.mod (about)

     1  module github.com/aswedchain/aswed
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/Azure/azure-pipeline-go v0.2.2 // indirect
     7  	github.com/Azure/azure-storage-blob-go v0.7.0
     8  	github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect
     9  	github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
    10  	github.com/VictoriaMetrics/fastcache v1.5.7
    11  	github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847
    12  	github.com/aws/aws-sdk-go v1.25.48
    13  	github.com/btcsuite/btcd v0.0.0-20171128150713-2e60448ffcc6
    14  	github.com/cespare/cp v0.1.0
    15  	github.com/cloudflare/cloudflare-go v0.10.2-0.20190916151808-a80f83b9add9
    16  	github.com/davecgh/go-spew v1.1.1
    17  	github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
    18  	github.com/dlclark/regexp2 v1.2.0 // indirect
    19  	github.com/docker/docker v1.4.2-0.20180625184442-8e610b2b55bf
    20  	github.com/dop251/goja v0.0.0-20200721192441-a695b0cdd498
    21  	github.com/edsrzf/mmap-go v0.0.0-20160512033002-935e0e8a636c
    22  	github.com/fatih/color v1.3.0
    23  	github.com/fjl/memsize v0.0.0-20180418122429-ca190fb6ffbc
    24  	github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff
    25  	github.com/go-ole/go-ole v1.2.1 // indirect
    26  	github.com/go-sourcemap/sourcemap v2.1.2+incompatible // indirect
    27  	github.com/go-stack/stack v1.8.0
    28  	github.com/golang/protobuf v1.4.2
    29  	github.com/golang/snappy v0.0.2-0.20200707131729-196ae77b8a26
    30  	github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa
    31  	github.com/gorilla/websocket v1.4.1-0.20190629185528-ae1634f6a989
    32  	github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277
    33  	github.com/hashicorp/golang-lru v0.5.4
    34  	github.com/holiman/uint256 v1.1.1
    35  	github.com/huin/goupnp v1.0.0
    36  	github.com/influxdata/influxdb v1.2.3-0.20180221223340-01288bdb0883
    37  	github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458
    38  	github.com/julienschmidt/httprouter v1.1.1-0.20170430222011-975b5c4c7c21
    39  	github.com/karalabe/usb v0.0.0-20190919080040-51dc0efba356
    40  	github.com/kr/pretty v0.1.0 // indirect
    41  	github.com/kylelemons/godebug v1.1.0 // indirect
    42  	github.com/mattn/go-colorable v0.1.0
    43  	github.com/mattn/go-isatty v0.0.5-0.20180830101745-3fb116b82035
    44  	github.com/naoina/go-stringutil v0.1.0 // indirect
    45  	github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
    46  	github.com/olekukonko/tablewriter v0.0.2-0.20190409134802-7e037d187b0c
    47  	github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222
    48  	github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7
    49  	github.com/prometheus/tsdb v0.6.2-0.20190402121629-4f204dcbc150
    50  	github.com/rjeczalik/notify v0.9.1
    51  	github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00
    52  	github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521 // indirect
    53  	github.com/shirou/gopsutil v2.20.5+incompatible
    54  	github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4
    55  	github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570
    56  	github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
    57  	github.com/stretchr/testify v1.4.0
    58  	github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
    59  	github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
    60  	github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208
    61  	golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
    62  	golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
    63  	golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8
    64  	golang.org/x/text v0.3.3
    65  	golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
    66  	gopkg.in/natefinch/lumberjack.v2 v2.0.0
    67  	gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
    68  	gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6
    69  	gopkg.in/urfave/cli.v1 v1.20.0
    70  	gotest.tools v2.2.0+incompatible // indirect
    71  )
    72  
    73  require (
    74  	github.com/cespare/xxhash/v2 v2.1.1 // indirect
    75  	github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
    76  	github.com/mattn/go-ieproxy v0.0.0-20190702010315-6dee0af9227d // indirect
    77  	github.com/mattn/go-runewidth v0.0.4 // indirect
    78  	github.com/opentracing/opentracing-go v1.1.0 // indirect
    79  	github.com/pkg/errors v0.8.1 // indirect
    80  	github.com/pmezard/go-difflib v1.0.0 // indirect
    81  	google.golang.org/protobuf v1.23.0 // indirect
    82  	gopkg.in/yaml.v2 v2.3.0 // indirect
    83  )