summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPatrick Bajao <ebajao@gitlab.com>2022-04-27 03:04:21 +0000
committerPatrick Bajao <ebajao@gitlab.com>2022-04-27 03:04:21 +0000
commit73a8361eb3c49979d4ff5d9f1ba82a9935b22915 (patch)
tree0cc59978a7ec94dacca7d32bccd179638b35745d /go.mod
parent67164bdf589ec2729f20ef4434cf83d1535a9d24 (diff)
parent71231b3393c2e81558b74c8a574e297b2a1f900f (diff)
downloadgitlab-shell-73a8361eb3c49979d4ff5d9f1ba82a9935b22915.tar.gz
Merge branch 'id-gitlabnet-jwt' into 'main'
Add JWT token to GitLab Rails request See merge request gitlab-org/gitlab-shell!596
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 7b9067e..3db58c3 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module gitlab.com/gitlab-org/gitlab-shell
go 1.17
require (
+ github.com/golang-jwt/jwt/v4 v4.4.1
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/mattn/go-shellwords v1.0.11