You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
634 B

module github.com/grvlle/constellation_wallet
require (
github.com/artdarek/go-unzip v1.0.0
github.com/dustin/go-humanize v1.0.0
github.com/jinzhu/gorm v1.9.12
github.com/leaanthony/mewn v0.10.7
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/sirupsen/logrus v1.4.1
github.com/wailsapp/wails v1.7.0-pre1
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20190902133755-9109b7679e13 // indirect
google.golang.org/appengine v1.6.2 // indirect
)
go 1.13