66 lines
3.2 KiB
Modula-2
66 lines
3.2 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.1.0 // indirect
|
|
github.com/apilayer/freegeoip v3.5.0+incompatible // indirect
|
|
github.com/aristanetworks/goarista v0.0.0-20180907105523-ff33da284e76 // indirect
|
|
github.com/btcsuite/btcd v0.0.0-20180903232927-cff30e1d23fc // 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.0
|
|
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/uuid v1.0.0 // indirect
|
|
github.com/graph-gophers/graphql-go v0.0.0-20190610161739-8f92f34fc598 // indirect
|
|
github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47
|
|
github.com/howeyc/fsnotify v0.9.0 // indirect
|
|
github.com/hpcloud/tail v1.0.0
|
|
github.com/huin/goupnp v0.0.0-20180415215157-1395d1447324 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/influxdata/influxdb v1.7.7 // indirect
|
|
github.com/jackpal/go-nat-pmp v1.0.1 // indirect
|
|
github.com/jmoiron/sqlx v0.0.0-20180614180643-0dae4fefe7c0
|
|
github.com/karalabe/usb v0.0.0-20190703133951-9be757f914c0 // indirect
|
|
github.com/lib/pq v1.0.0
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
github.com/mattn/go-sqlite3 v1.11.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.0.0
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.1 // indirect
|
|
github.com/onsi/ginkgo v1.6.0
|
|
github.com/onsi/gomega v1.4.2
|
|
github.com/oschwald/maxminddb-golang v1.3.1 // indirect
|
|
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/pressly/goose v2.6.0+incompatible
|
|
github.com/prometheus/tsdb v0.9.1 // indirect
|
|
github.com/rjeczalik/notify v0.9.1 // indirect
|
|
github.com/rs/cors v1.5.0 // indirect
|
|
github.com/sirupsen/logrus v1.2.0
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/viper v1.2.0
|
|
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect
|
|
github.com/steakknife/bloomfilter v0.0.0-20180906043351-99ee86d9200f // indirect
|
|
github.com/steakknife/hamming v0.0.0-20180906055317-003c143a81c2 // indirect
|
|
github.com/syndtr/goleveldb v0.0.0-20180815032940-ae2bd5eed72d // indirect
|
|
github.com/tyler-smith/go-bip39 v1.0.0 // indirect
|
|
github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208 // indirect
|
|
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
google.golang.org/appengine v1.6.1 // 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
|
|
)
|