Update go.mod
This commit is contained in:
parent
39f2cbfdba
commit
6269ac83d4
26 changed files with 109 additions and 51 deletions
8
go.mod
8
go.mod
|
|
@ -1,18 +1,18 @@
|
|||
module git.nemunai.re/lectures/adlin
|
||||
module git.nemunai.re/srs/adlin
|
||||
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/coreos/go-oidc v2.2.1+incompatible
|
||||
github.com/gdamore/tcell/v2 v2.4.0
|
||||
github.com/go-ping/ping v0.0.0-20211014180314-6e2b003bffdd
|
||||
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 29d673af0ce2
|
||||
golang.org/x/oauth2 7df4dd6e12ab
|
||||
golang.org/x/oauth2 v0.0.0-20210817223510-7df4dd6e12ab
|
||||
golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005 // indirect
|
||||
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
|
||||
|
|
|
|||
Reference in a new issue