Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added VIPSTARCOIN(VIPS) support for atomic swap #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions cmd/vipsatomicswap/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module github.com/decred/atomicswap/cmd/vipsatomicswap

require (
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
github.com/vipstar-dev/vipsd v0.0.0-20190307102440-2f4bb8391b83
github.com/vipstar-dev/vipsutil v0.0.0-20190228101913-ca1b1c32c299
github.com/vipstar-dev/vipswallet v0.0.0-20190307014835-1f6818b7fc48
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25
)
15 changes: 15 additions & 0 deletions cmd/vipsatomicswap/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f h1:bAs4lUbRJpnnkd9VhRV3jjAVU7DJVjMaK+IsvSeZvFo=
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f/go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA=
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd h1:R/opQEbFEy9JGkIguV40SvRY1uliPX8ifOvi6ICsFCw=
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd/go.mod h1:HHNXQzUsZCxOoE+CPiyCTO6x34Zs86zZUiwtpXoGdtg=
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 h1:R8vQdOQdZ9Y3SkEwmHoWBmX1DNXhXZqlTpq6s4tyJGc=
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792/go.mod h1:ghJtEyQwv5/p4Mg4C0fgbePVuGr935/5ddU9Z3TmDRY=
github.com/vipstar-dev/vipsd v0.0.0-20190307102440-2f4bb8391b83 h1:sQls+tGEAozfmCnuyHZApGzxoQRK+/nLDNks1xipa1k=
github.com/vipstar-dev/vipsd v0.0.0-20190307102440-2f4bb8391b83/go.mod h1:G/+/yMcLBHoCoZc+4i4OvnUWuu1kWLPyTwJcqB3CWz0=
github.com/vipstar-dev/vipsutil v0.0.0-20190228101913-ca1b1c32c299 h1:U/oZN1CsHPFN74L0r90EaNLznh5S3POjYswDMYCeffI=
github.com/vipstar-dev/vipsutil v0.0.0-20190228101913-ca1b1c32c299/go.mod h1:n5E6s5Z4/mDiHa+F/0J8S+iYXCutaFeTGocRyItBL/w=
github.com/vipstar-dev/vipswallet v0.0.0-20190307014835-1f6818b7fc48 h1:wkaUmeYhkWO//1sePXy3KvonVZkbMGOeLWZMl36sets=
github.com/vipstar-dev/vipswallet v0.0.0-20190307014835-1f6818b7fc48/go.mod h1:nsX3t1w+V9BVYUKt0jtp75741aWLZX/LsmB07RP9UVQ=
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25 h1:jsG6UpNLt9iAsb0S2AGW28DveNzzgmbXR+ENoPjUeIU=
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=