aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorguillep2k <18600385+guillep2k@users.noreply.github.com>2019-09-02 16:12:29 -0300
committertechknowlogick <techknowlogick@gitea.io>2019-09-02 15:12:29 -0400
commit765be703233aee7e890d8ae1e95b1b08d3b03d98 (patch)
tree8cd334b2591c695a7e3d49b198b5fdadb5df92b6 /go.mod
parentfe1a6a2d9ae8ecb2224b00dc8adc920c7388c28c (diff)
downloadgitea-765be703233aee7e890d8ae1e95b1b08d3b03d98.tar.gz
gitea-765be703233aee7e890d8ae1e95b1b08d3b03d98.zip
Make CI work (#8057)
* Use export GOPROXY=https://goproxy.cn before build * Add go version to generate command * Reproduced the entire build procedure - see notes I've used: sudo go clean -i -r -cache -testcache -modcache make clean make generate make golangci-lint make revive make swagger-check make swagger-validate make test-vendor <--- this now fails make vendor <--- this now produced changes git commit -a <--- this commit * Add fix from #8059 to complete CI tests
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 5 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index d4d69b51ca..5911d6514a 100644
--- a/go.mod
+++ b/go.mod
@@ -102,14 +102,16 @@ require (
github.com/willf/bitset v0.0.0-20180426185212-8ce1146b8621 // indirect
github.com/yohcop/openid-go v0.0.0-20160914080427-2c050d2dae53
go.etcd.io/bbolt v1.3.3 // indirect
- golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
+ golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
- golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456
+ golang.org/x/sys v0.0.0-20190902133755-9109b7679e13
golang.org/x/text v0.3.2
- golang.org/x/tools v0.0.0-20190828213141-aed303cbaa74 // indirect
+ golang.org/x/tools v0.0.0-20190830223141-573d9926052a // indirect
+ google.golang.org/appengine v1.6.2 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175 // indirect
+ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/editorconfig/editorconfig-core-go.v1 v1.3.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ini.v1 v1.46.0