diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-23 14:18:35 -0500 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-23 14:18:35 -0500 |
commit | aa2d1c172871980d68220b97088fea4ca333608d (patch) | |
tree | 0c880496d3bbc3b6f0444483b7254dd27c3f0899 | |
parent | ef4028e591a4b8dad7c9ac5605dc26961b71c8ec (diff) | |
download | goexec-aa2d1c172871980d68220b97088fea4ca333608d.tar.gz goexec-aa2d1c172871980d68220b97088fea4ca333608d.zip |
Require > 1.23; bumped adauth to v0.2.2
-rw-r--r-- | go.mod | 6 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -1,9 +1,11 @@ module github.com/FalconOpsLLC/goexec -go 1.24.1 +go 1.23.3 + +toolchain go1.24.1 require ( - github.com/RedTeamPentesting/adauth v0.2.0 + github.com/RedTeamPentesting/adauth v0.2.2 github.com/google/uuid v1.6.0 github.com/oiweiwei/go-msrpc v1.2.5 github.com/oiweiwei/go-smb2.fork v1.0.0 @@ -1,5 +1,5 @@ -github.com/RedTeamPentesting/adauth v0.2.0 h1:pNb4xcEd/oG/JY8aXkBm8Y0veVaUA/CsKFhgEgNCPik= -github.com/RedTeamPentesting/adauth v0.2.0/go.mod h1:AhWZEgl98YkKEta6kXTOSocQh2SbJJZg4nKqF+uY4bc= +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/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= |