summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Santilli <strk@kbt.io>2016-11-02 18:18:04 +0100
committerSandro Santilli <strk@kbt.io>2016-11-02 18:18:04 +0100
commitd59a48a2550abd4129b96d38473941b895a4859b (patch)
treeaccae8a6f6dc1c6ea2090dcd37f7af344e269458
parent6bcff7828f117af8d51285ce3acba01a7e40a867 (diff)
downloadgitea-d59a48a2550abd4129b96d38473941b895a4859b.tar.gz
gitea-d59a48a2550abd4129b96d38473941b895a4859b.zip
Use proper url for libravatar dep
-rw-r--r--.gopmfile2
-rw-r--r--glide.lock2
-rw-r--r--glide.yaml2
-rw-r--r--modules/setting/setting.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/.gopmfile b/.gopmfile
index 0b1b7cc52e..604038b666 100644
--- a/.gopmfile
+++ b/.gopmfile
@@ -35,7 +35,7 @@ github.com/nfnt/resize = commit:891127d
github.com/russross/blackfriday = commit:93622da
github.com/satori/go.uuid = commit:0aa62d5
github.com/sergi/go-diff = commit:ec7fdbb
-github.com/strk/go-libravatar = commit:5eed7bf
+strk.kbt.io/projects/go/libravatar = commit:5eed7bf
github.com/shurcooL/sanitized_anchor_name = commit:10ef21a
github.com/Unknwon/cae = commit:7f5e046
github.com/Unknwon/com = commit:28b053d
diff --git a/glide.lock b/glide.lock
index 0d280df273..e31fc6d651 100644
--- a/glide.lock
+++ b/glide.lock
@@ -81,7 +81,7 @@ imports:
version: ec7fdbb58eb3e300c8595ad5ac74a5aa50019cc7
subpackages:
- diffmatchpatch
-- name: github.com/strk/go-libravatar
+- name: strk.kbt.io/projects/go/libravatar
version: 5eed7bff870ae19ef51c5773dbc8f3e9fcbd0982
- name: github.com/shurcooL/sanitized_anchor_name
version: 10ef21a441db47d8b13ebcc5fd2310f636973c77
diff --git a/glide.yaml b/glide.yaml
index 1d4734eb55..e761d9c2d9 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -40,7 +40,7 @@ import:
- package: github.com/sergi/go-diff
subpackages:
- diffmatchpatch
-- package: github.com/strk/go-libravatar
+- package: strk.kbt.io/projects/go/libravatar
- package: golang.org/x/crypto
subpackages:
- ssh
diff --git a/modules/setting/setting.go b/modules/setting/setting.go
index cff3e7dbc2..b3a932e91c 100644
--- a/modules/setting/setting.go
+++ b/modules/setting/setting.go
@@ -21,7 +21,7 @@ import (
_ "github.com/go-macaron/cache/redis"
"github.com/go-macaron/session"
_ "github.com/go-macaron/session/redis"
- "github.com/strk/go-libravatar"
+ "strk.kbt.io/projects/go/libravatar"
"gopkg.in/ini.v1"
"github.com/gogits/gogs/modules/bindata"