]> source.dussan.org Git - gitea.git/commitdiff
Use proper url for libravatar dep 3/head
authorSandro Santilli <strk@kbt.io>
Wed, 2 Nov 2016 17:18:04 +0000 (18:18 +0100)
committerSandro Santilli <strk@kbt.io>
Wed, 2 Nov 2016 17:18:04 +0000 (18:18 +0100)
.gopmfile
glide.lock
glide.yaml
modules/setting/setting.go

index 0b1b7cc52e53a7e81b8a10f5ee8b2a84e22c167b..604038b66661683900b0f0c4f9e5744e8cea5f4c 100644 (file)
--- 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
index 0d280df273f7f1e231f6d2f905b2d227eeff548e..e31fc6d6519350f6ba4a591544c11cfe40aa8671 100644 (file)
@@ -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
index 1d4734eb55eca4f3f47ccb7d71dac8cc5651bf3c..e761d9c2d9f0e0aa4f6d568564e3afdbb749eff2 100644 (file)
@@ -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
index cff3e7dbc255e000c90130e974d1049005eddbee..b3a932e91ca97df524a8abdd7a8c73a5c34928cf 100644 (file)
@@ -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"