-
- Downloads
Makefile
.gitignore
0 → 100644
Makefile
0 → 100644
... | ... | @@ -2,4 +2,12 @@ module gitlab.com/elixxir/xx-coin-game-ui |
go 1.13 | ||
require github.com/dtylman/gowd v0.0.0-20190619113956-15e38debca22 | ||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dtylman/gowd v0.0.0-20190619113956-15e38debca22 | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/stretchr/testify v1.6.1 // indirect | ||
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect | ||
) |
Please register or sign in to comment