diff --git a/README.md b/README.md index 2fd0446..b0cf964 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # vspd -[![Build Status](https://github.com/jholdstock/vspd/workflows/Build%20and%20Test/badge.svg)](https://github.com/jholdstock/vspd/actions) +[![Build Status](https://github.com/decred/vspd/workflows/Build%20and%20Test/badge.svg)](https://github.com/decred/vspd/actions) [![ISC License](https://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) -[![Go Report Card](https://goreportcard.com/badge/github.com/jholdstock/vspd)](https://goreportcard.com/report/github.com/jholdstock/vspd) +[![Go Report Card](https://goreportcard.com/badge/github.com/decred/vspd)](https://goreportcard.com/report/github.com/decred/vspd) ## Overview @@ -77,7 +77,7 @@ database file will also be written to this path when vspd shuts down. ## Issue Tracker -The [integrated github issue tracker](https://github.com/jholdstock/vspd/issues) +The [integrated github issue tracker](https://github.com/decred/vspd/issues) is used for this project. ## License diff --git a/background/background.go b/background/background.go index 46723c8..de38780 100644 --- a/background/background.go +++ b/background/background.go @@ -7,8 +7,8 @@ import ( "decred.org/dcrwallet/rpc/client/dcrd" "github.com/decred/dcrd/chaincfg/v3" - "github.com/jholdstock/vspd/database" - "github.com/jholdstock/vspd/rpc" + "github.com/decred/vspd/database" + "github.com/decred/vspd/rpc" ) type NotificationHandler struct { diff --git a/go.mod b/go.mod index b14a3c1..2db9980 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/jholdstock/vspd +module github.com/decred/vspd go 1.13 diff --git a/log.go b/log.go index 3a9f017..22a67f7 100644 --- a/log.go +++ b/log.go @@ -8,10 +8,10 @@ import ( "github.com/decred/slog" "github.com/jrick/logrotate/rotator" - "github.com/jholdstock/vspd/background" - "github.com/jholdstock/vspd/database" - "github.com/jholdstock/vspd/rpc" - "github.com/jholdstock/vspd/webapi" + "github.com/decred/vspd/background" + "github.com/decred/vspd/database" + "github.com/decred/vspd/rpc" + "github.com/decred/vspd/webapi" ) // logWriter implements an io.Writer that outputs to both standard output and diff --git a/main.go b/main.go index 7cc7d1d..3fef7a9 100644 --- a/main.go +++ b/main.go @@ -8,10 +8,10 @@ import ( "sync" "time" - "github.com/jholdstock/vspd/background" - "github.com/jholdstock/vspd/database" - "github.com/jholdstock/vspd/rpc" - "github.com/jholdstock/vspd/webapi" + "github.com/decred/vspd/background" + "github.com/decred/vspd/database" + "github.com/decred/vspd/rpc" + "github.com/decred/vspd/webapi" ) const ( diff --git a/webapi/getfeeaddress.go b/webapi/getfeeaddress.go index db3202a..d7121e5 100644 --- a/webapi/getfeeaddress.go +++ b/webapi/getfeeaddress.go @@ -7,10 +7,10 @@ import ( "decred.org/dcrwallet/wallet/txrules" "github.com/decred/dcrd/dcrutil/v3" + "github.com/decred/vspd/database" + "github.com/decred/vspd/rpc" "github.com/gin-gonic/gin" "github.com/gin-gonic/gin/binding" - "github.com/jholdstock/vspd/database" - "github.com/jholdstock/vspd/rpc" ) // addrMtx protects getNewFeeAddress. diff --git a/webapi/homepage.go b/webapi/homepage.go index 54b20c5..87d0fd5 100644 --- a/webapi/homepage.go +++ b/webapi/homepage.go @@ -4,7 +4,7 @@ import ( "net/http" "time" - "github.com/jholdstock/vspd/database" + "github.com/decred/vspd/database" "github.com/gin-gonic/gin" ) diff --git a/webapi/middleware.go b/webapi/middleware.go index 628772d..c795e3a 100644 --- a/webapi/middleware.go +++ b/webapi/middleware.go @@ -3,9 +3,9 @@ package webapi import ( "net/http" + "github.com/decred/vspd/rpc" "github.com/gin-gonic/gin" "github.com/gin-gonic/gin/binding" - "github.com/jholdstock/vspd/rpc" ) type ticketHashRequest struct { diff --git a/webapi/payfee.go b/webapi/payfee.go index 6435858..43b65be 100644 --- a/webapi/payfee.go +++ b/webapi/payfee.go @@ -9,10 +9,10 @@ import ( "github.com/decred/dcrd/dcrutil/v3" "github.com/decred/dcrd/txscript/v3" "github.com/decred/dcrd/wire" + "github.com/decred/vspd/database" + "github.com/decred/vspd/rpc" "github.com/gin-gonic/gin" "github.com/gin-gonic/gin/binding" - "github.com/jholdstock/vspd/database" - "github.com/jholdstock/vspd/rpc" ) // payFee is the handler for "POST /payfee". diff --git a/webapi/setvotechoices.go b/webapi/setvotechoices.go index 249444a..670635f 100644 --- a/webapi/setvotechoices.go +++ b/webapi/setvotechoices.go @@ -4,10 +4,10 @@ import ( "net/http" "time" + "github.com/decred/vspd/database" + "github.com/decred/vspd/rpc" "github.com/gin-gonic/gin" "github.com/gin-gonic/gin/binding" - "github.com/jholdstock/vspd/database" - "github.com/jholdstock/vspd/rpc" ) // setVoteChoices is the handler for "POST /setvotechoices". diff --git a/webapi/ticketstatus.go b/webapi/ticketstatus.go index 66d5277..b802952 100644 --- a/webapi/ticketstatus.go +++ b/webapi/ticketstatus.go @@ -4,9 +4,9 @@ import ( "net/http" "time" + "github.com/decred/vspd/database" "github.com/gin-gonic/gin" "github.com/gin-gonic/gin/binding" - "github.com/jholdstock/vspd/database" ) // ticketStatus is the handler for "GET /ticketstatus". diff --git a/webapi/webapi.go b/webapi/webapi.go index fe82c36..0457771 100644 --- a/webapi/webapi.go +++ b/webapi/webapi.go @@ -11,8 +11,8 @@ import ( "sync" "time" - "github.com/jholdstock/vspd/database" - "github.com/jholdstock/vspd/rpc" + "github.com/decred/vspd/database" + "github.com/decred/vspd/rpc" "github.com/decred/dcrd/chaincfg/v3" "github.com/gin-gonic/gin"