This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
atsebay.t/go.mod

19 lines
649 B
Modula-2
Raw Normal View History

2020-11-20 14:55:54 +00:00
module git.nemunai.re/atsebay.t
go 1.15
require (
github.com/coreos/go-oidc v2.2.1+incompatible
2021-06-10 01:41:17 +00:00
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.2
2020-11-20 14:55:54 +00:00
github.com/julienschmidt/httprouter v1.3.0
2021-06-10 01:41:17 +00:00
github.com/pquerna/cachecontrol v0.1.0 // indirect
2020-11-20 14:55:54 +00:00
github.com/russross/blackfriday/v2 v2.1.0
2021-06-10 01:41:17 +00:00
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
2021-06-10 01:41:17 +00:00
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
2020-11-20 14:55:54 +00:00
)