Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
5amu committed Feb 13, 2024
1 parent 4c254d9 commit 76614db
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 10 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,27 @@ module github.com/5amu/goad
go 1.21

require (
github.com/5amu/go-flags v0.0.0-20240129164246-3942f39c22b8
github.com/5amu/go-flags v0.0.0-20240129164640-0b53821f848c
github.com/fatih/color v1.16.0
github.com/go-ldap/ldap/v3 v3.4.6
github.com/jcmturner/gokrb5 v8.4.4+incompatible
github.com/jcmturner/gokrb5/v8 v8.4.4
github.com/masterzen/winrm v0.0.0-20231227165926-e811dad5ac77
github.com/rodaine/table v1.1.1
github.com/zmap/zgrab2 v0.1.7
golang.org/x/crypto v0.19.0
)

require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6 // indirect
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
github.com/bodgit/ntlmssp v0.0.0-20231122144230-2b2bca29f22b // indirect
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa // indirect
github.com/bodgit/ntlmssp v0.0.0-20240208161302-b2d35758202d // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
Expand All @@ -33,11 +35,9 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/tidwall/transform v0.0.0-20201103190739-32f242e2dbde // indirect
github.com/weppos/publicsuffix-go v0.4.0 // indirect
github.com/zmap/zcrypto v0.0.0-20200508204656-27de22294d44 // indirect
github.com/zmap/zgrab2 v0.1.7 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/net v0.19.0 // indirect
github.com/weppos/publicsuffix-go v0.30.2-0.20230730094716-a20f9abcc222 // indirect
github.com/zmap/zcrypto v0.0.0-20231219022726-a1f61fb1661c // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
)
Loading

0 comments on commit 76614db

Please sign in to comment.