diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-06-01 03:34:46 +0800 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-05-31 20:34:46 +0100 |
commit | 8a343dda39b187627db6ffb4c24a6e0ae615867b (patch) | |
tree | c72f6c3d7ec007f5c085ca343116e7683c3f8693 /go.mod | |
parent | fb4438a815b013895f3171f8f2f1ed22f79596de (diff) | |
download | gitea-8a343dda39b187627db6ffb4c24a6e0ae615867b.tar.gz gitea-8a343dda39b187627db6ffb4c24a6e0ae615867b.zip |
update go git from v4.10.0 to v4.11.0 (#7096)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ require ( gopkg.in/macaron.v1 v1.3.2 gopkg.in/redis.v2 v2.3.2 // indirect gopkg.in/src-d/go-billy.v4 v4.3.0 - gopkg.in/src-d/go-git.v4 v4.10.0 + gopkg.in/src-d/go-git.v4 v4.11.0 gopkg.in/testfixtures.v2 v2.5.0 mvdan.cc/xurls/v2 v2.0.0 strk.kbt.io/projects/go/libravatar v0.0.0-20160628055650-5eed7bff870a |