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 /go.mod | |
parent | 6dcae18a99ba7f7ca44c246d0e72b4d9410eb60c (diff) | |
download | goexec-6fe1d2cf9ead0a868ef3c86502f904ae97c74116.tar.gz goexec-6fe1d2cf9ead0a868ef3c86502f904ae97c74116.zip |
+Bumped adauth. fork is no longer necessary
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,7 +3,7 @@ module github.com/FalconOpsLLC/goexec go 1.24.0 require ( - github.com/bryanmcnulty/adauth v0.0.0-20250227005704-df9302d730c2 + github.com/RedTeamPentesting/adauth v0.1.1-0.20250304075117-acd47d454877 github.com/oiweiwei/go-msrpc v1.2.1 github.com/rs/zerolog v1.33.0 github.com/spf13/cobra v1.9.1 @@ -25,9 +25,9 @@ require ( github.com/oiweiwei/go-smb2.fork v1.0.0 // indirect github.com/oiweiwei/gokrb5.fork/v9 v9.0.2 // indirect github.com/spf13/pflag v1.0.6 // indirect - golang.org/x/crypto v0.32.0 // indirect - golang.org/x/net v0.34.0 // indirect - golang.org/x/sys v0.29.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/crypto v0.35.0 // indirect + golang.org/x/net v0.35.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/text v0.22.0 // indirect software.sslmate.com/src/go-pkcs12 v0.5.0 // indirect ) |