diff --git a/app/peppy/user.go b/app/peppy/user.go index edc3340..34be578 100644 --- a/app/peppy/user.go +++ b/app/peppy/user.go @@ -12,7 +12,7 @@ import ( "github.com/thehowl/go-osuapi" "github.com/valyala/fasthttp" "gopkg.in/redis.v5" - "github.com/osuYozora/ocl" + "zxq.co/ripple/ocl" "github.com/osuYozora/api/common" ) diff --git a/app/v1/leaderboard.go b/app/v1/leaderboard.go index 5b78c45..6c23950 100644 --- a/app/v1/leaderboard.go +++ b/app/v1/leaderboard.go @@ -9,7 +9,7 @@ import ( redis "gopkg.in/redis.v5" - "github.com/osuYozora/ocl" + "zxq.co/ripple/ocl" "github.com/osuYozora/api/common" ) diff --git a/app/v1/self.go b/app/v1/self.go index 852b736..6893728 100644 --- a/app/v1/self.go +++ b/app/v1/self.go @@ -4,7 +4,7 @@ import ( "strings" "github.com/osuYozora/api/common" - "github.com/osuYozora/semantic-icons-ugc" + "zxq.co/ripple/semantic-icons-ugc" ) type donorInfoResponse struct { diff --git a/app/v1/user.go b/app/v1/user.go index 39dbcd8..ce61192 100644 --- a/app/v1/user.go +++ b/app/v1/user.go @@ -8,7 +8,7 @@ import ( "unicode" "github.com/jmoiron/sqlx" - "github.com/osuYozora/ocl" + "zxq.co/ripple/ocl" "github.com/osuYozora/api/common" ) diff --git a/main.go b/main.go index a54a24f..40189ac 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( "strings" "syscall" - "github.com/osuYozora/agplwarning" + "zxq.co/ripple/agplwarning" "github.com/osuYozora/api/app" "github.com/osuYozora/api/beatmapget" "github.com/osuYozora/api/common" diff --git a/vendor/vendor.json b/vendor/vendor.json index 43aa274..f471178 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -184,13 +184,13 @@ }, { "checksumSHA1": "vTjp3tQOr8z8CNjZWwPzgR+t2qQ=", - "path": "github.com/osuYozora/agplwarning", + "path": "zxq.co/ripple/agplwarning", "revision": "d3a3d0ee424fcb0bd09a651354c1735285f59f8c", "revisionTime": "2018-02-04T10:46:38Z" }, { "checksumSHA1": "SI9tgNMlnMhxP7t6cAGuDjvoAHg=", - "path": "github.com/osuYozora/ocl", + "path": "zxq.co/ripple/ocl", "revision": "b499c4fc6bcd791b59dc994059e6f53cd939cf24", "revisionTime": "2016-05-18T15:55:25Z" }, @@ -202,7 +202,7 @@ }, { "checksumSHA1": "LflfmgveoAndDoPYavJaQ9XhzGk=", - "path": "github.com/osuYozora/semantic-icons-ugc", + "path": "zxq.co/ripple/semantic-icons-ugc", "revision": "82d4c266de98a1464887d4e55e1a02b75e71e5c9", "revisionTime": "2016-11-23T19:03:31Z" }, diff --git a/vendor/zxq.co/ripple/ocl/README.md b/vendor/zxq.co/ripple/ocl/README.md index 49c8f4e..935ac1e 100644 --- a/vendor/zxq.co/ripple/ocl/README.md +++ b/vendor/zxq.co/ripple/ocl/README.md @@ -1 +1 @@ -# ocl [![GoDoc](https://godoc.org/git.github.com/osuYozora/ocl?status.svg)](https://godoc.org/git.github.com/osuYozora/ocl) [![Go Report Card](https://goreportcard.com/badge/git.github.com/osuYozora/ocl)](https://goreportcard.com/report/git.github.com/osuYozora/ocl) +# ocl [![GoDoc](https://godoc.org/git.zxq.co/ripple/ocl?status.svg)](https://godoc.org/git.zxq.co/ripple/ocl) [![Go Report Card](https://goreportcard.com/badge/git.zxq.co/ripple/ocl)](https://goreportcard.com/report/git.zxq.co/ripple/ocl) diff --git a/vendor/zxq.co/ripple/semantic-icons-ugc/README.md b/vendor/zxq.co/ripple/semantic-icons-ugc/README.md index 1b3837b..7fdb587 100644 --- a/vendor/zxq.co/ripple/semantic-icons-ugc/README.md +++ b/vendor/zxq.co/ripple/semantic-icons-ugc/README.md @@ -1 +1 @@ -https://godoc.org/git.github.com/osuYozora/semantic-icons-ugc \ No newline at end of file +https://godoc.org/git.zxq.co/ripple/semantic-icons-ugc \ No newline at end of file