oops
This commit is contained in:
parent
97c5bdea69
commit
5e468b01f4
|
@ -69,14 +69,5 @@ Cargo.lock
|
|||
*.idb
|
||||
*.pdb
|
||||
|
||||
# Kernel Module Compile Results
|
||||
*.mod*
|
||||
*.cmd
|
||||
.tmp_versions/
|
||||
modules.order
|
||||
Module.symvers
|
||||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
# databases
|
||||
*.db
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
module tulpa.dev/within/wasmcloud
|
||||
|
||||
go 1.13
|
||||
|
||||
replace github.com/go-interpreter/wagon v0.0.0 => github.com/perlin-network/wagon v0.3.1-0.20180825141017-f8cb99b55a39
|
||||
|
||||
require (
|
||||
github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456
|
||||
github.com/google/subcommands v1.0.1
|
||||
github.com/google/uuid v1.1.1
|
||||
github.com/gorilla/mux v1.7.3
|
||||
github.com/ipfs/go-ipfs-api v0.0.2
|
||||
github.com/jinzhu/gorm v1.9.11
|
||||
github.com/manifoldco/promptui v0.6.0
|
||||
github.com/mattn/go-sqlite3 v2.0.1+incompatible
|
||||
github.com/perlin-network/life v0.0.0-20190204091834-d05763d11050
|
||||
github.com/rogpeppe/go-internal v1.5.0
|
||||
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392
|
||||
within.website/ln v0.7.0
|
||||
within.website/olin v0.1.1
|
||||
within.website/x v1.2.0
|
||||
)
|
Loading…
Reference in New Issue