-
- Downloads
began process of integratign the xxDK
client.go
0 → 100644
... | ... | @@ -3,11 +3,10 @@ module gitlab.com/elixxir/xx-coin-game-ui |
go 1.13 | ||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // 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 | ||
github.com/ugorji/go v1.1.4 // indirect | ||
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect | ||
gitlab.com/elixxir/client v1.5.1-0.20210317220715-139e06c28b9b | ||
) |
Please register or sign in to comment