add go.mod, build as module in Go 1.13+ (#3)

This commit is contained in:
Eli Bishop
2020-06-11 11:49:10 -07:00
committed by GitHub
parent 262fc3ccba
commit 65f42f02a9
3 changed files with 22 additions and 1 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/launchdarkly/go-ntlmssp
go 1.13
require golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9