From aa2d1c172871980d68220b97088fea4ca333608d Mon Sep 17 00:00:00 2001 From: Bryan McNulty Date: Wed, 23 Apr 2025 14:18:35 -0500 Subject: Require > 1.23; bumped adauth to v0.2.2 --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 8fb2c88..935a8a1 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit v1.2.3