summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-03-20 10:29:31 -0400
committerGitHub <noreply@github.com>2020-03-20 10:29:31 -0400
commit2fa1078911af920172f5fca73d01d113262ed1bb (patch)
tree62f6c14ea1662f3d507022d069447307debd70d3 /go.mod
parente5a008f7b2298977405fdbd806d3fa5ff4fd837e (diff)
downloadgitea-2fa1078911af920172f5fca73d01d113262ed1bb.tar.gz
gitea-2fa1078911af920172f5fca73d01d113262ed1bb.zip
go 1.14 (#10467)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a63adb99f5..8a4c1e476c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module code.gitea.io/gitea
-go 1.13
+go 1.14
require (
cloud.google.com/go v0.45.0 // indirect
@@ -50,6 +50,7 @@ require (
github.com/gobwas/glob v0.2.3
github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28
github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14
+ github.com/golang/protobuf v1.3.4 // indirect
github.com/google/go-github/v24 v24.0.1
github.com/gorilla/context v1.1.1
github.com/huandu/xstrings v1.3.0
@@ -91,6 +92,7 @@ require (
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
+ github.com/tinylib/msgp v1.1.1 // indirect
github.com/tstranex/u2f v1.0.0
github.com/unknwon/cae v1.0.0
github.com/unknwon/com v1.0.1