mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-18 01:59:00 +00:00
Use Go1.11 module (#5743)
* Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
This commit is contained in:
7
vendor/gopkg.in/src-d/go-billy.v4/go.mod
generated
vendored
Normal file
7
vendor/gopkg.in/src-d/go-billy.v4/go.mod
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module gopkg.in/src-d/go-billy.v4
|
||||
|
||||
require (
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20180903190138-2b024373dcd9
|
||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
|
||||
)
|
Reference in New Issue
Block a user