Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
m-team
oidc
mytoken
server
Commits
3ea7dd64
Verified
Commit
3ea7dd64
authored
1 year ago
by
Gabriel Zachmann
Browse files
Options
Downloads
Plain Diff
Merge branch 'prerel' into enc/tc_readability
parents
900b13ee
ea7b64e2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#323556
failed
1 year ago
Stage: build
Stage: test
Stage: lint
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+13
-15
13 additions, 15 deletions
go.mod
go.sum
+35
-254
35 additions, 254 deletions
go.sum
with
48 additions
and
269 deletions
go.mod
+
13
−
15
View file @
3ea7dd64
...
...
@@ -11,46 +11,44 @@ require (
github.com/go-sql-driver/mysql
v1.7.1
github.com/gofiber/fiber/v2
v2.46.0
github.com/gofiber/helmet/v2
v2.2.26
github.com/gofiber/template
v1.8.1
github.com/gofrs/uuid
v4.4.0+incompatible
github.com/golang-jwt/jwt
v3.2.2+incompatible
github.com/ip2location/ip2location-go
v8.3.0+incompatible
github.com/jinzhu/copier
v0.3.5
github.com/jmoiron/sqlx
v1.3.5
github.com/lestrrat-go/jwx
v1.2.2
5
github.com/lestrrat-go/jwx
v1.2.2
6
github.com/oidc-mytoken/api
v0.10.1-0.20230412103735-ccd26fb9a9ae
github.com/oidc-mytoken/lib
v0.7.0
github.com/oidc-mytoken/utils
v0.1.3-0.20230616060525-273933b62b4b
github.com/patrickmn/go-cache
v2.1.0+incompatible
github.com/pires/go-proxyproto
v0.7.0
github.com/pkg/errors
v0.9.1
github.com/sirupsen/logrus
v1.9.
2
github.com/sirupsen/logrus
v1.9.
3
github.com/urfave/cli/v2
v2.3.1-0.20211205195634-e8d81738896c
github.com/valyala/fasthttp
v1.47.0
golang.org/x/crypto
v0.
9
.0
golang.org/x/mod
v0.1
0
.0
golang.org/x/oauth2
v0.
8
.0
golang.org/x/term
v0.
8
.0
golang.org/x/crypto
v0.
10
.0
golang.org/x/mod
v0.1
1
.0
golang.org/x/oauth2
v0.
9
.0
golang.org/x/term
v0.
9
.0
gopkg.in/yaml.v3
v3.0.1
)
require (
github.com/andybalholm/brotli
v1.0.5 // indirect
github.com/anmitsu/go-shlex
v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/cbroglie/mustache
v1.4.0 // indirect
github.com/cpuguy83/go-md2man/v2
v2.0.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4
v4.
0.0-20210816181553-5444fa50b93d
// indirect
github.com/decred/dcrd/dcrec/secp256k1/v4
v4.
2.0
// indirect
github.com/go-jose/go-jose/v3
v3.0.0 // indirect
github.com/go-resty/resty/v2
v2.7.0 // indirect
github.com/goccy/go-json
v0.
9.7
// indirect
github.com/goccy/go-json
v0.
10.2
// indirect
github.com/golang/protobuf
v1.5.2 // indirect
github.com/google/uuid
v1.3.0 // indirect
github.com/klauspost/compress
v1.16.3 // indirect
github.com/lestrrat-go/backoff/v2
v2.0.8 // indirect
github.com/lestrrat-go/blackmagic
v1.0.
0
// indirect
github.com/lestrrat-go/blackmagic
v1.0.
1
// indirect
github.com/lestrrat-go/httpcc
v1.0.1 // indirect
github.com/lestrrat-go/iter
v1.0.
1
// indirect
github.com/lestrrat-go/option
v1.0.
0
// indirect
github.com/lestrrat-go/iter
v1.0.
2
// indirect
github.com/lestrrat-go/option
v1.0.
1
// indirect
github.com/mattn/go-colorable
v0.1.13 // indirect
github.com/mattn/go-isatty
v0.0.18 // indirect
github.com/mattn/go-runewidth
v0.0.14 // indirect
...
...
@@ -62,8 +60,8 @@ require (
github.com/tinylib/msgp
v1.1.8 // indirect
github.com/valyala/bytebufferpool
v1.0.0 // indirect
github.com/valyala/tcplisten
v1.0.0 // indirect
golang.org/x/net
v0.1
0
.0 // indirect
golang.org/x/sys
v0.
8
.0 // indirect
golang.org/x/net
v0.1
1
.0 // indirect
golang.org/x/sys
v0.
9
.0 // indirect
google.golang.org/appengine
v1.6.7 // indirect
google.golang.org/protobuf
v1.28.0 // indirect
)
...
...
This diff is collapsed.
Click to expand it.
go.sum
+
35
−
254
View file @
3ea7dd64
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment