-
- Downloads
Build basic form
Showing
- .gitignore 5 additions, 0 deletions.gitignore
- Makefile 2 additions, 2 deletionsMakefile
- README.md 14 additions, 3 deletionsREADME.md
- css/bootstrap.min.css 1 addition, 96 deletionscss/bootstrap.min.css
- css/style.css 0 additions, 0 deletionscss/style.css
- go.mod 8 additions, 0 deletionsgo.mod
- go.sum 379 additions, 0 deletionsgo.sum
- index.go 147 additions, 16 deletionsindex.go
- index.html 1 addition, 0 deletionsindex.html
- js/code.js 0 additions, 25 deletionsjs/code.js
- js/solitaireVictory.js 0 additions, 74 deletionsjs/solitaireVictory.js
- main.js 7 additions, 6 deletionsmain.js
This diff is collapsed.
css/style.css
0 → 100644
... | @@ -3,13 +3,21 @@ module git.xx.network/elixxir/mainnet-commitments-ui | ... | @@ -3,13 +3,21 @@ module git.xx.network/elixxir/mainnet-commitments-ui |
go 1.17 | go 1.17 | ||
require ( | require ( | ||
git.xx.network/elixxir/mainnet-commitments v0.0.0-20220222162816-885a8a6d20d2 | |||
github.com/dtylman/gowd v0.0.0-20190619113956-15e38debca22 | github.com/dtylman/gowd v0.0.0-20190619113956-15e38debca22 | ||
github.com/spf13/cobra v1.3.0 | github.com/spf13/cobra v1.3.0 | ||
github.com/spf13/jwalterweatherman v1.1.0 | github.com/spf13/jwalterweatherman v1.1.0 | ||
) | ) | ||
require ( | require ( | ||
github.com/go-resty/resty/v2 v2.6.0 // indirect | |||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | |||
github.com/pkg/errors v0.9.1 // indirect | |||
github.com/spf13/pflag v1.0.5 // indirect | github.com/spf13/pflag v1.0.5 // indirect | ||
gitlab.com/xx_network/crypto v0.0.5-0.20210914231859-c309efac46c4 // indirect | |||
gitlab.com/xx_network/primitives v0.0.4-0.20210915220237-70cb4551d6f3 // indirect | |||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect | |||
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect | golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect | ||
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect | |||
) | ) |
This diff is collapsed.
js/code.js
deleted
100644 → 0
js/solitaireVictory.js
deleted
100644 → 0
Please register or sign in to comment