100 lines
4.6 KiB
Modula-2
100 lines
4.6 KiB
Modula-2
module github.com/vulcanize/vulcanizedb
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/allegro/bigcache v1.2.1 // indirect
|
|
github.com/apilayer/freegeoip v3.5.0+incompatible // indirect
|
|
github.com/aristanetworks/goarista v0.0.0-20190712234253-ed1100a1c015 // indirect
|
|
github.com/btcsuite/btcd v0.20.0-beta // indirect
|
|
github.com/cespare/cp v1.1.1 // indirect
|
|
github.com/dave/jennifer v1.3.0
|
|
github.com/deckarep/golang-set v1.7.1 // indirect
|
|
github.com/docker/docker v1.13.1 // indirect
|
|
github.com/edsrzf/mmap-go v1.0.0 // indirect
|
|
github.com/elastic/gosigar v0.10.4 // indirect
|
|
github.com/ethereum/go-ethereum v1.9.5
|
|
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
|
|
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/google/go-cmp v0.3.1 // indirect
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
|
github.com/graph-gophers/graphql-go v0.0.0-20191024035216-0a9cfbec35a1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.3
|
|
github.com/hashicorp/hcl v1.0.0
|
|
github.com/hpcloud/tail v1.0.0
|
|
github.com/huin/goupnp v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/influxdata/influxdb v1.7.9 // indirect
|
|
github.com/jackpal/go-nat-pmp v1.0.1 // indirect
|
|
github.com/jmoiron/sqlx v0.0.0-20181024163419-82935fac6c1a
|
|
github.com/karalabe/usb v0.0.0-20190819132248-550797b1cad8 // indirect
|
|
github.com/lib/pq v1.0.0
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
github.com/mattn/go-isatty v0.0.9 // indirect
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.1 // indirect
|
|
github.com/onsi/ginkgo v1.7.0
|
|
github.com/onsi/gomega v1.4.3
|
|
github.com/oschwald/maxminddb-golang v1.5.0 // indirect
|
|
github.com/pborman/uuid v1.2.0 // indirect
|
|
github.com/pressly/goose v2.6.0+incompatible
|
|
github.com/prometheus/tsdb v0.10.0
|
|
github.com/rjeczalik/notify v0.9.2
|
|
github.com/rs/cors v1.6.0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spacemonkeygo/openssl v0.0.0-20181017203307-c2dcc5cca94a
|
|
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572
|
|
github.com/spaolacci/murmur3 v1.1.0
|
|
github.com/spf13/afero v1.2.2
|
|
github.com/spf13/cast v1.3.0
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/jwalterweatherman v1.1.0
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48
|
|
github.com/steakknife/bloomfilter v0.0.0-20180906043351-99ee86d9200f
|
|
github.com/steakknife/hamming v0.0.0-20180906055317-003c143a81c2
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
github.com/tyler-smith/go-bip39 v1.0.0
|
|
github.com/vulcanize/eth-block-extractor v0.0.0-20190801172153-2835f21156aa
|
|
github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc
|
|
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f
|
|
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1
|
|
github.com/whyrusleeping/go-logging v0.0.0-20170515211332-0457bb6b88fc
|
|
github.com/whyrusleeping/go-notifier v0.0.0-20170827234753-097c5d47330f
|
|
github.com/whyrusleeping/mafmt v1.2.8
|
|
github.com/whyrusleeping/mdns v0.0.0-20180901202407-ef14215e6b30
|
|
github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7
|
|
github.com/whyrusleeping/sql-datastore v0.0.0-20190124195324-b24eb8d0ce14
|
|
github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee
|
|
github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208
|
|
go.opencensus.io v0.22.0
|
|
go.uber.org/atomic v1.4.0
|
|
go.uber.org/dig v1.7.0
|
|
go.uber.org/fx v1.9.0
|
|
go.uber.org/multierr v1.1.0
|
|
go4.org v0.0.0-20190313082347-94abd6928b1d
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
|
|
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20190709231704-1e4459ed25ff // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
|
|
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|
|
|
|
replace github.com/ipfs/go-ds-badger v0.0.5 => github.com/ipfs/go-ds-badger v0.0.3
|
|
|
|
replace github.com/ipfs/go-ipfs v0.4.21 => github.com/vulcanize/go-ipfs v0.4.22-alpha
|
|
|
|
replace github.com/ipfs/go-ipfs-config v0.0.3 => github.com/vulcanize/go-ipfs-config v0.0.8-alpha
|
|
|
|
replace github.com/ethereum/go-ethereum v1.9.1 => github.com/vulcanize/go-ethereum v0.0.0-20190731183759-8e20673bd101
|