Add go module requirements for token-validator

This commit is contained in:
nemunaire 2021-03-23 12:55:41 +01:00
commit c20ed6630b
2 changed files with 459 additions and 0 deletions

19
go.mod Normal file
View file

@ -0,0 +1,19 @@
module git.nemunai.re/lectures/adlin
go 1.16
require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/gdamore/tcell v1.4.0
github.com/go-sql-driver/mysql v1.5.0
github.com/jcmturner/gokrb5/v8 v8.4.2
github.com/julienschmidt/httprouter v1.3.0
github.com/mdlayher/arp v0.0.0-20191213142603-f72070a231fc
github.com/miekg/dns v1.1.41
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
github.com/rivo/tview v0.0.0-20210312174852-ae9464cc3598
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/ldap.v2 v2.5.1
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)