get rid of the old library name
This commit is contained in:
4
go.mod
4
go.mod
@@ -1 +1,3 @@
|
|||||||
module github.com/ThomsonReutersEikon/go-ntlm
|
module github.com/vadimi/go-ntlm
|
||||||
|
|
||||||
|
go 1.14
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import (
|
|||||||
rc4P "crypto/rc4"
|
rc4P "crypto/rc4"
|
||||||
crc32P "hash/crc32"
|
crc32P "hash/crc32"
|
||||||
|
|
||||||
md4P "github.com/ThomsonReutersEikon/go-ntlm/ntlm/md4"
|
md4P "github.com/vadimi/go-ntlm/ntlm/md4"
|
||||||
)
|
)
|
||||||
|
|
||||||
func md4(data []byte) []byte {
|
func md4(data []byte) []byte {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import (
|
|||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/ThomsonReutersEikon/go-ntlm/ntlm"
|
"github.com/vadimi/go-ntlm/ntlm"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import (
|
|||||||
"encoding/base64"
|
"encoding/base64"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/ThomsonReutersEikon/go-ntlm/ntlm"
|
"github.com/vadimi/go-ntlm/ntlm"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user