Skip to content

Commit d59a48a

Browse files
committed
Use proper url for libravatar dep
1 parent 6bcff78 commit d59a48a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gopmfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)