module github.com/bodgit/tsig

require (
	github.com/alexbrainman/sspi v0.0.0-20180613141037-e580b900e9f5
	github.com/enceve/crypto v0.0.0-20160707101852-34d48bb93815
	github.com/go-logr/logr v1.2.3
	github.com/hashicorp/go-multierror v1.1.1
	github.com/jcmturner/gokrb5/v8 v8.4.3
	github.com/jinzhu/copier v0.3.5
	github.com/miekg/dns v1.1.50
	github.com/openshift/gssapi v0.0.0-20161010215902-5fb4217df13b
	github.com/stretchr/testify v1.8.1
)

go 1.14
