2019-12-08 16:08:51 +00:00
|
|
|
module tulpa.dev/within/wasmcloud
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456
|
2019-12-08 17:46:02 +00:00
|
|
|
github.com/fatih/color v1.7.0 // indirect
|
2019-12-11 23:30:21 +00:00
|
|
|
github.com/go-interpreter/wagon v0.6.0
|
2019-12-14 15:19:30 +00:00
|
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
|
2019-12-08 16:08:51 +00:00
|
|
|
github.com/google/subcommands v1.0.1
|
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/gorilla/mux v1.7.3
|
2019-12-08 17:46:02 +00:00
|
|
|
github.com/gosuri/uitable v0.0.4
|
2019-12-08 16:08:51 +00:00
|
|
|
github.com/ipfs/go-ipfs-api v0.0.2
|
|
|
|
github.com/jinzhu/gorm v1.9.11
|
2019-12-11 23:30:21 +00:00
|
|
|
github.com/lib/pq v1.1.1
|
2019-12-08 16:08:51 +00:00
|
|
|
github.com/manifoldco/promptui v0.6.0
|
|
|
|
github.com/mattn/go-sqlite3 v2.0.1+incompatible
|
2019-12-08 19:13:36 +00:00
|
|
|
github.com/nats-io/nats-server/v2 v2.1.2 // indirect
|
|
|
|
github.com/nats-io/nats.go v1.9.1
|
2019-12-11 23:30:21 +00:00
|
|
|
github.com/perlin-network/life v0.0.0-20191203030451-05c0e0f7eaea
|
2019-12-08 16:08:51 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.5.0
|
|
|
|
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392
|
|
|
|
within.website/ln v0.7.0
|
2019-12-14 14:43:33 +00:00
|
|
|
within.website/olin v0.4.1-0.20191214133128-bde4927fad6b
|
2019-12-08 21:44:12 +00:00
|
|
|
within.website/x v1.2.1
|
2019-12-08 16:08:51 +00:00
|
|
|
)
|