Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shotonoff committed Mar 2, 2022
1 parent 21bb664 commit 857ed86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/btcsuite/goleveldb v1.0.0
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
github.com/btcsuite/winsvc v1.0.0
github.com/dashevo/dashd-go/btcec/v2 v2.0.1
github.com/dashevo/dashd-go/btcec/v2 v2.0.0-test.3
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
github.com/decred/dcrd/lru v1.0.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 h1:R8vQdOQdZ9Y3
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792/go.mod h1:ghJtEyQwv5/p4Mg4C0fgbePVuGr935/5ddU9Z3TmDRY=
github.com/btcsuite/winsvc v1.0.0 h1:J9B4L7e3oqhXOcm+2IuNApwzQec85lE+QaikUcCs+dk=
github.com/btcsuite/winsvc v1.0.0/go.mod h1:jsenWakMcC0zFBFurPLEAyrnc/teJEM1O46fmI40EZs=
github.com/dashevo/dashd-go/btcec/v2 v2.0.0-test.3 h1:EGebZ826Xt/b6s/4hEV99gzFMWSWtTrdHgPSEDfdoJc=
github.com/dashevo/dashd-go/btcec/v2 v2.0.0-test.3/go.mod h1:5ncD3x7qsHeOC5Vxd1h7C0Cv+Q0CcVdHyg31nD88Ye0=
github.com/dashevo/dashd-go/btcec/v2 v2.0.1 h1:eu6VuzBV9hN7S+ANBC1D/VpWlkavpz0uodXGOxFiMzM=
github.com/dashevo/dashd-go/btcec/v2 v2.0.1/go.mod h1:LyD27KUWLcLQ70Y4vp4MWgKF/n2dDVF5WDocf9aHbWk=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down

0 comments on commit 857ed86

Please sign in to comment.