diff options
author | Unknwon <u@gogs.io> | 2018-12-02 12:55:16 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-12-02 12:55:16 -0500 |
commit | e755aafe29354f1ec46b0418b0fb6b92ca6aeabb (patch) | |
tree | 1097fee0471b6d1bdf8f39fc628b7b656b7a35ef /vendor/github.com/gogs/go-gogs-client/gogs.go | |
parent | e1b3a250085195122c3b41b998504692f47fcb63 (diff) |
vendor: update github.com/gogs/go-gogs-client
Diffstat (limited to 'vendor/github.com/gogs/go-gogs-client/gogs.go')
-rw-r--r-- | vendor/github.com/gogs/go-gogs-client/gogs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/gogs/go-gogs-client/gogs.go b/vendor/github.com/gogs/go-gogs-client/gogs.go index 1c81d16f..582900f8 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.12" + return "0.12.13" } // Client represents a Gogs API client. @@ -24,7 +24,7 @@ type Client struct { client *http.Client } -// NewClient initializes and returns a API client. +// NewClient initializes and returns an API client. func NewClient(url, token string) *Client { return &Client{ url: strings.TrimSuffix(url, "/"), |