Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
module github.com/userclouds/gettingstarted-golang

go 1.16
go 1.23.0

require (
github.com/coreos/go-oidc v2.2.1+incompatible
golang.org/x/oauth2 v0.27.0
)

require (
github.com/coreos/go-oidc v2.2.1+incompatible // indirect
github.com/pquerna/cachecontrol v0.1.0 // indirect
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)
Loading