This repository has been archived on 2024-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
atsebay.t/go.mod
Renovate Bot 369eff11b1
Some checks are pending
continuous-integration/drone/push Build is pending
chore(deps): update golang.org/x/oauth2 digest to 622c5d5
2022-05-30 23:11:57 +00:00

17 lines
550 B
Modula-2

module git.nemunai.re/atsebay.t
go 1.16
require (
github.com/coreos/go-oidc/v3 v3.2.0
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
github.com/julienschmidt/httprouter v1.3.0
github.com/russross/blackfriday/v2 v2.1.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
nhooyr.io/websocket v1.8.7
)