Skip to content

Commit

Permalink
updated modules list
Browse files Browse the repository at this point in the history
  • Loading branch information
P1sar committed Sep 22, 2021
1 parent 7e66fa4 commit 0ec8c3c
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 38 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install Subkey
run: |
wget -P $HOME/.local/bin/ https://chainbridge.ams3.digitaloceanspaces.com/subkey-v2.0.0
mv $HOME/.local/bin/subkey-v2.0.0 $HOME/.local/bin/subkey
chmod +x $HOME/.local/bin/subkey
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Test
run: make test
- name: Cover
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ require (
github.com/gorilla/mux v1.8.0
github.com/pierrec/xxHash v0.1.5 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.0.0
github.com/rs/zerolog v1.23.0
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.8.0
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969
github.com/prometheus/client_golang v1.11.0
github.com/rs/zerolog v1.25.0
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
github.com/status-im/keycard-go v0.0.0-20210911161356-c8058144cee8
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
)
Loading

0 comments on commit 0ec8c3c

Please sign in to comment.