first commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-03-12 19:43:25 +11:00
commit b50075083e
6 changed files with 259 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module go-snow
go 1.24.1
require github.com/launchdarkly/go-ntlm-proxy-auth v1.0.1
require (
github.com/launchdarkly/go-ntlmssp v1.0.1 // indirect
golang.org/x/crypto v0.36.0 // indirect
)