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

14 lines
410 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
github.com/go-sql-driver/mysql v1.5.0
github.com/julienschmidt/httprouter v1.3.0
github.com/pquerna/cachecontrol v0.0.0-20200921180117-858c6e7e6b7e // indirect
github.com/russross/blackfriday/v2 v2.1.0
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)