forked from go/golangs_learn
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.
15 lines
446 B
15 lines
446 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.8.1
|
|
github.com/wailsapp/wails v1.16.9
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
google.golang.org/appengine v1.6.2 // indirect
|
|
)
|
|
|
|
go 1.13
|
|
|