diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-25 04:19:33 -0500 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-25 04:19:33 -0500 |
commit | 24c6eec8a33d20b8b5095f742a86236dc167c517 (patch) | |
tree | 1061d5e54ec129bef8fe16b6c6c78ce453cd0486 /go.mod | |
parent | 911a2456e7f2098a9b4a9bec3e95b4216ee97c41 (diff) | |
download | goexec-24c6eec8a33d20b8b5095f742a86236dc167c517.tar.gz goexec-24c6eec8a33d20b8b5095f742a86236dc167c517.zip |
Upgraded adauth to `v0.2.3-0.20250425090338-486ba8225ec2`
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |