final error fixing
This commit is contained in:
parent
5fc84bd914
commit
b444bf15dd
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
|
||||
redis "gopkg.in/redis.v5"
|
||||
|
||||
"github.com/osuYozora/ocl"
|
||||
"zxq.co/ripple/ocl"
|
||||
"github.com/osuYozora/api/common"
|
||||
)
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"unicode"
|
||||
|
||||
"github.com/jmoiron/sqlx"
|
||||
"github.com/osuYozora/ocl"
|
||||
"zxq.co/ripple/ocl"
|
||||
"github.com/osuYozora/api/common"
|
||||
)
|
||||
|
||||
|
|
2
main.go
2
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"
|
||||
|
|
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
|
@ -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"
|
||||
},
|
||||
|
|
2
vendor/zxq.co/ripple/ocl/README.md
vendored
2
vendor/zxq.co/ripple/ocl/README.md
vendored
|
@ -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)
|
||||
|
|
|
@ -1 +1 @@
|
|||
https://godoc.org/git.github.com/osuYozora/semantic-icons-ugc
|
||||
https://godoc.org/git.zxq.co/ripple/semantic-icons-ugc
|
Loading…
Reference in New Issue
Block a user