diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-03-04 02:44:57 -0600 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-03-04 02:44:57 -0600 |
commit | 6fe1d2cf9ead0a868ef3c86502f904ae97c74116 (patch) | |
tree | 67463f7311eb04fdc8a20f1fb8e844b0a222bef8 /pkg/exec/exec.go | |
parent | 6dcae18a99ba7f7ca44c246d0e72b4d9410eb60c (diff) | |
download | goexec-6fe1d2cf9ead0a868ef3c86502f904ae97c74116.tar.gz goexec-6fe1d2cf9ead0a868ef3c86502f904ae97c74116.zip |
+Bumped adauth. fork is no longer necessary
Diffstat (limited to 'pkg/exec/exec.go')
-rw-r--r-- | pkg/exec/exec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/exec/exec.go b/pkg/exec/exec.go index 91bc065..16fa543 100644 --- a/pkg/exec/exec.go +++ b/pkg/exec/exec.go @@ -2,7 +2,7 @@ package exec import ( "context" - "github.com/bryanmcnulty/adauth" + "github.com/RedTeamPentesting/adauth" ) type CleanupConfig struct { |