aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 935a8a1..a0ba519 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.23.3
toolchain go1.24.1
require (
- github.com/RedTeamPentesting/adauth v0.2.2
+ github.com/RedTeamPentesting/adauth v0.2.3-0.20250425090338-486ba8225ec2
github.com/google/uuid v1.6.0
github.com/oiweiwei/go-msrpc v1.2.5
github.com/oiweiwei/go-smb2.fork v1.0.0
diff --git a/go.sum b/go.sum
index e1947ee..5945a53 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-github.com/RedTeamPentesting/adauth v0.2.2 h1:/tkab5DRmU/KTdJcrM3gETviRQQEZx/fstup1va2VGg=
-github.com/RedTeamPentesting/adauth v0.2.2/go.mod h1:xoCQ4Z6ong9GKeQ24Br5K/CWOTargv9OGkMuXSY0EaQ=
+github.com/RedTeamPentesting/adauth v0.2.3-0.20250425090338-486ba8225ec2 h1:oAhjI8IMd5mtD1bLNxTWTsE73fL7Bj47KR2nNq1xlt4=
+github.com/RedTeamPentesting/adauth v0.2.3-0.20250425090338-486ba8225ec2/go.mod h1:xoCQ4Z6ong9GKeQ24Br5K/CWOTargv9OGkMuXSY0EaQ=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=