Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-29 18:06:34 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-29 18:12:13 +0300
commitaf335dc002bde2f71e0a0c2de78b0890d7c07b30 (patch)
tree6e9fb74faa3a747a46d032d7cf099d139b9219e1 /go.mod
parentd72bbda34c0e7453337fea9add9276a7fabb4a96 (diff)
parent29b0a2d8ebc10ef9fa070d5634ab5d18938c935e (diff)
Merge branch 'master' into feature/gb/gitlab-domains-source
* master: Improve GitLab client tests Change GitLab API JWT expire time to 5s Read the context of api-secret-key file and store it in app config Improve gitlab client tests Ensure there is response before defer close it in gitlab.GetVirtualDomain Document acrguments for gitlab.NewClient Release 1.12.0 Add HTTP client to consume GitLab internal API for Pages Add minimal support for the api-secret-key config flag Conflicts: internal/source/gitlab/client.go
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 59bd759a..e9a50332 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ go 1.12
require (
github.com/certifi/gocertifi v0.0.0-20190905060710-a5e0173ced67 // indirect
+ github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835
github.com/getsentry/raven-go v0.1.2 // indirect
github.com/golang/mock v1.3.1