This repository has been archived on 2024-03-03. 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.
adlin/go.mod
Renovate Bot db8fb32159
All checks were successful
continuous-integration/drone/push Build is passing
fix(deps): update golang.org/x/oauth2 digest to f213421
2022-09-10 22:06:53 +00:00

13 lines
331 B
Modula-2

module git.nemunai.re/srs/adlin
go 1.16
require (
github.com/coreos/go-oidc/v3 v3.2.0
github.com/go-ping/ping v1.1.0
github.com/go-sql-driver/mysql v1.6.0
github.com/jcmturner/gokrb5/v8 v8.4.3
github.com/julienschmidt/httprouter v1.3.0
github.com/miekg/dns v1.1.50
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
)