Skip to content

Commit 5c54243

Browse files
authored
Merge pull request #3 from strk/libravatar-proper-url
Use proper url for libravatar dep
2 parents 6bcff78 + d59a48a commit 5c54243

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gopmfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ github.com/nfnt/resize = commit:891127d
3535
github.com/russross/blackfriday = commit:93622da
3636
github.com/satori/go.uuid = commit:0aa62d5
3737
github.com/sergi/go-diff = commit:ec7fdbb
38-
github.com/strk/go-libravatar = commit:5eed7bf
38+
strk.kbt.io/projects/go/libravatar = commit:5eed7bf
3939
github.com/shurcooL/sanitized_anchor_name = commit:10ef21a
4040
github.com/Unknwon/cae = commit:7f5e046
4141
github.com/Unknwon/com = commit:28b053d

glide.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import:
4040
- package: github.com/sergi/go-diff
4141
subpackages:
4242
- diffmatchpatch
43-
- package: github.com/strk/go-libravatar
43+
- package: strk.kbt.io/projects/go/libravatar
4444
- package: golang.org/x/crypto
4545
subpackages:
4646
- ssh

modules/setting/setting.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
_ "github.com/go-macaron/cache/redis"
2222
"github.com/go-macaron/session"
2323
_ "github.com/go-macaron/session/redis"
24-
"github.com/strk/go-libravatar"
24+
"strk.kbt.io/projects/go/libravatar"
2525
"gopkg.in/ini.v1"
2626

2727
"github.com/gogits/gogs/modules/bindata"

0 commit comments

Comments
 (0)