aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/root.go2
-rw-r--r--cmd/scmr.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/root.go b/cmd/root.go
index fdc0ad6..473f1ad 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -3,7 +3,7 @@ package cmd
import (
"context"
"fmt"
- "github.com/bryanmcnulty/adauth"
+ "github.com/RedTeamPentesting/adauth"
"github.com/rs/zerolog"
"github.com/spf13/cobra"
"os"
diff --git a/cmd/scmr.go b/cmd/scmr.go
index df0bc84..8105ff6 100644
--- a/cmd/scmr.go
+++ b/cmd/scmr.go
@@ -1,7 +1,7 @@
package cmd
import (
- "github.com/bryanmcnulty/adauth"
+ "github.com/RedTeamPentesting/adauth"
"github.com/spf13/cobra"
"github.com/FalconOpsLLC/goexec/pkg/exec"