From 98114944fc325ece658c40bf4eba125238c47bd5 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 3 Dec 2018 14:45:19 -0500 Subject: vendor: update github.com/gogs/go-gogs-client Bring fixes for #5538 --- vendor/github.com/gogs/go-gogs-client/gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/gogs/go-gogs-client/gogs.go') diff --git a/vendor/github.com/gogs/go-gogs-client/gogs.go b/vendor/github.com/gogs/go-gogs-client/gogs.go index 582900f8..8d1e837f 100644 --- a/vendor/github.com/gogs/go-gogs-client/gogs.go +++ b/vendor/github.com/gogs/go-gogs-client/gogs.go @@ -14,7 +14,7 @@ import ( ) func Version() string { - return "0.12.13" + return "0.12.14" } // Client represents a Gogs API client. -- cgit v1.2.3