You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
175 B
9 lines
175 B
3 years ago
|
module git.hugfreevikings.wtf/UniventionDNS2Go
|
||
|
|
||
|
go 1.18
|
||
|
|
||
|
require (
|
||
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
||
|
gopkg.in/ldap.v2 v2.5.1 // indirect
|
||
|
)
|