This commit is contained in:
14
go.mod
14
go.mod
@@ -1,17 +1,5 @@
|
||||
module apitester
|
||||
|
||||
go 1.21.0
|
||||
go 1.23.0
|
||||
|
||||
require github.com/iancoleman/orderedmap v0.3.0
|
||||
|
||||
require (
|
||||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
||||
github.com/fatih/color v1.16.0 // indirect
|
||||
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
|
||||
github.com/go-ldap/ldap/v3 v3.4.6 // indirect
|
||||
github.com/google/uuid v1.3.1 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
golang.org/x/crypto v0.13.0 // indirect
|
||||
golang.org/x/sys v0.14.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user