module github.com/bodgit/ntlmssp

go 1.18

require (
	github.com/bodgit/windows v1.0.1
	github.com/go-logr/logr v1.4.1
	github.com/hashicorp/go-cleanhttp v0.5.2
	github.com/stretchr/testify v1.9.0
	github.com/tidwall/transform v0.0.0-20201103190739-32f242e2dbde
	golang.org/x/crypto v0.22.0
	golang.org/x/text v0.15.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)
