diff options
author | Lauris BH <lauris@nix.lv> | 2020-04-15 20:40:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 20:40:39 +0300 |
commit | 4dc62dadce42edfaa74d2e21164afa1693db0dd8 (patch) | |
tree | fd7d0040950920b3ddcd5aad7e903f759579f138 /go.mod | |
parent | 7a67bcc2048d54eb5a9ae9fbc82170f74071e92c (diff) | |
download | gitea-4dc62dadce42edfaa74d2e21164afa1693db0dd8.tar.gz gitea-4dc62dadce42edfaa74d2e21164afa1693db0dd8.zip |
Migrate to go-enry new version (#10906)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,6 +43,7 @@ require ( github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect github.com/gliderlabs/ssh v0.2.2 github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect + github.com/go-enry/go-enry/v2 v2.3.0 github.com/go-git/go-billy/v5 v5.0.0 github.com/go-git/go-git/v5 v5.0.0 github.com/go-openapi/jsonreference v0.19.3 // indirect @@ -93,7 +94,6 @@ require ( github.com/sergi/go-diff v1.1.0 github.com/shurcooL/httpfs v0.0.0-20190527155220-6a4d4a70508b // indirect github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd - github.com/src-d/enry/v2 v2.1.0 github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2 // indirect github.com/stretchr/testify v1.4.0 github.com/tecbot/gorocksdb v0.0.0-20181010114359-8752a9433481 // indirect |