This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
adlin/go.mod
Renovate Bot 877803b66e
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update module github.com/miekg/dns to v1.1.44
2021-12-21 09:02:26 +00:00

17 lines
523 B
Modula-2

module git.nemunai.re/srs/adlin
go 1.16
require (
github.com/coreos/go-oidc/v3 v3.1.0
github.com/go-ldap/ldap/v3 v3.4.1
github.com/go-ping/ping v0.0.0-20211130115550-779d1e919534
github.com/go-sql-driver/mysql v1.6.0
github.com/jcmturner/gokrb5/v8 v8.4.2
github.com/julienschmidt/httprouter v1.3.0
github.com/mdlayher/arp v0.0.0-20191213142603-f72070a231fc
github.com/miekg/dns v1.1.44
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
)