make this repo a module

This commit is contained in:
Eli Bishop
2020-06-09 11:38:44 -07:00
parent 2c0eef4970
commit ee119e10d6
2 changed files with 17 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/launchdarkly/go-ntlm-proxy-auth
go 1.13
require (
github.com/launchdarkly/go-ntlmssp v0.0.0-20190601005913-a22bdd33b2a4
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
)