File: go.mod

package info (click to toggle)
golang-github-coreos-go-oidc-v3 3.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 284 kB
  • sloc: sh: 4; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
module github.com/coreos/go-oidc/v3

go 1.14

require (
	golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
	golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
	gopkg.in/square/go-jose.v2 v2.6.0
)