This repository has been archived on 2024-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
atsebay.t/go.mod
Pierre-Olivier Mercier 48474b3cb2
All checks were successful
continuous-integration/drone/push Build is passing
Update go.mod
2021-06-10 03:41:17 +02:00

17 lines
610 B
Modula-2

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.6.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/julienschmidt/httprouter v1.3.0
github.com/pquerna/cachecontrol v0.1.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0
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-20210514164344-f6687ab2804c
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)