Merge pull request #3 from strk/libravatar-proper-url
Use proper url for libravatar dep
This commit is contained in:
commit
5c54243014
|
@ -35,7 +35,7 @@ github.com/nfnt/resize = commit:891127d
|
||||||
github.com/russross/blackfriday = commit:93622da
|
github.com/russross/blackfriday = commit:93622da
|
||||||
github.com/satori/go.uuid = commit:0aa62d5
|
github.com/satori/go.uuid = commit:0aa62d5
|
||||||
github.com/sergi/go-diff = commit:ec7fdbb
|
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/shurcooL/sanitized_anchor_name = commit:10ef21a
|
||||||
github.com/Unknwon/cae = commit:7f5e046
|
github.com/Unknwon/cae = commit:7f5e046
|
||||||
github.com/Unknwon/com = commit:28b053d
|
github.com/Unknwon/com = commit:28b053d
|
||||||
|
|
|
@ -81,7 +81,7 @@ imports:
|
||||||
version: ec7fdbb58eb3e300c8595ad5ac74a5aa50019cc7
|
version: ec7fdbb58eb3e300c8595ad5ac74a5aa50019cc7
|
||||||
subpackages:
|
subpackages:
|
||||||
- diffmatchpatch
|
- diffmatchpatch
|
||||||
- name: github.com/strk/go-libravatar
|
- name: strk.kbt.io/projects/go/libravatar
|
||||||
version: 5eed7bff870ae19ef51c5773dbc8f3e9fcbd0982
|
version: 5eed7bff870ae19ef51c5773dbc8f3e9fcbd0982
|
||||||
- name: github.com/shurcooL/sanitized_anchor_name
|
- name: github.com/shurcooL/sanitized_anchor_name
|
||||||
version: 10ef21a441db47d8b13ebcc5fd2310f636973c77
|
version: 10ef21a441db47d8b13ebcc5fd2310f636973c77
|
||||||
|
|
|
@ -40,7 +40,7 @@ import:
|
||||||
- package: github.com/sergi/go-diff
|
- package: github.com/sergi/go-diff
|
||||||
subpackages:
|
subpackages:
|
||||||
- diffmatchpatch
|
- diffmatchpatch
|
||||||
- package: github.com/strk/go-libravatar
|
- package: strk.kbt.io/projects/go/libravatar
|
||||||
- package: golang.org/x/crypto
|
- package: golang.org/x/crypto
|
||||||
subpackages:
|
subpackages:
|
||||||
- ssh
|
- ssh
|
||||||
|
|
|
@ -21,7 +21,7 @@ import (
|
||||||
_ "github.com/go-macaron/cache/redis"
|
_ "github.com/go-macaron/cache/redis"
|
||||||
"github.com/go-macaron/session"
|
"github.com/go-macaron/session"
|
||||||
_ "github.com/go-macaron/session/redis"
|
_ "github.com/go-macaron/session/redis"
|
||||||
"github.com/strk/go-libravatar"
|
"strk.kbt.io/projects/go/libravatar"
|
||||||
"gopkg.in/ini.v1"
|
"gopkg.in/ini.v1"
|
||||||
|
|
||||||
"github.com/gogits/gogs/modules/bindata"
|
"github.com/gogits/gogs/modules/bindata"
|
||||||
|
|
Loading…
Reference in New Issue