-
- Downloads
Merge branch 'clientIntegration' into 'master'
Client integration See merge request elixxir/xx-coin-game-ui!1
No related branches found
No related tags found
client.go
0 → 100644
... | ... | @@ -3,11 +3,8 @@ module gitlab.com/elixxir/xx-coin-game-ui |
go 1.13 | ||
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 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
gitlab.com/elixxir/client v1.5.1-0.20210318142430-f30312df2a7c | ||
gitlab.com/xx_network/primitives v0.0.4-0.20210309173740-eb8cd411334a | ||
) |
This diff is collapsed.
Please register or sign in to comment