File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ go 1.23.1
44
55require (
66 github.com/ActiveState/termtest/conpty v0.5.0
7+ github.com/bodgit/ntlmssp v0.0.0-20240506230425-31973bb52d9b
78 github.com/creack/pty v1.1.24
89 github.com/fatih/color v1.18.0
910 github.com/glebarez/sqlite v1.11.0
@@ -19,7 +20,6 @@ require (
1920
2021require (
2122 github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
22- github.com/bodgit/ntlmssp v0.0.0-20240506230425-31973bb52d9b // indirect
2323 github.com/bodgit/windows v1.0.1 // indirect
2424 github.com/dustin/go-humanize v1.0.1 // indirect
2525 github.com/glebarez/go-sqlite v1.22.0 // indirect
@@ -32,7 +32,6 @@ require (
3232 github.com/mattn/go-isatty v0.0.20 // indirect
3333 github.com/ncruces/go-strftime v0.1.9 // indirect
3434 github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
35- github.com/stretchr/testify v1.9.0 // indirect
3635 golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
3736 golang.org/x/sync v0.12.0 // indirect
3837 golang.org/x/text v0.23.0 // indirect
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ github.com/ActiveState/termtest/conpty v0.5.0/go.mod h1:LO4208FLsxw6DcNZ1UtuGUMW
33github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 /go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8 =
44github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c h1:udKWzYgxTojEKWjV8V+WSxDXJ4NFATAsZjh8iIbsQIg =
55github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c /go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E =
6- github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 h1:mFRzDkZVAjdal+s7s0MwaRv9igoPqLRdzOLzw/8Xvq8 =
7- github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 /go.mod h1:chxPXzSsl7ZWRAuOIE23GDNzjWuZquvFlgA8xmpunjU =
86github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a /go.mod h1:QmP9hvJ91BbJmGVGSbutW19IC0Q9phDCLGaomwTJbgU =
97github.com/bodgit/ntlmssp v0.0.0-20240506230425-31973bb52d9b h1:baFN6AnR0SeC194X2D292IUZcHDs4JjStpqtE70fjXE =
108github.com/bodgit/ntlmssp v0.0.0-20240506230425-31973bb52d9b /go.mod h1:Ram6ngyPDmP+0t6+4T2rymv0w0BS9N8Ch5vvUJccw5o =
You can’t perform that action at this time.
0 commit comments