Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove logs #251

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/armosec/armoapi-go v0.0.453
github.com/armosec/cluster-notifier-api-go v0.0.5
github.com/armosec/registryx v0.0.16
github.com/armosec/utils-go v0.0.57
github.com/armosec/utils-go v0.0.58-0.20241009091159-a6b056c6880a
github.com/armosec/utils-k8s-go v0.0.26
github.com/aws/aws-sdk-go v1.50.8
github.com/cenkalti/backoff v2.2.1+incompatible
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ github.com/armosec/registryx v0.0.16 h1:L+oA9h4cJO42YfqYGO+NkmeloY0+z/VQCPjqVU6i
github.com/armosec/registryx v0.0.16/go.mod h1:tWzKL9LcYySAfcujIPgYSvKG+HiJqqiMxF5juUaBKxU=
github.com/armosec/utils-go v0.0.57 h1:0RaqexK+t7HeKWfldBv2C1JiLLGuUx9FP0DGWDNRJpg=
github.com/armosec/utils-go v0.0.57/go.mod h1:4wfINE8JTQ6EHvSL2jki0Q3/D1j6oDi6sxxrtAEug74=
github.com/armosec/utils-go v0.0.58-0.20241009090432-2ec0c64424de h1:4Lu7epItD0XVXJQoF3Eg5NplXJHtXIsYG+dfjXP74HE=
github.com/armosec/utils-go v0.0.58-0.20241009090432-2ec0c64424de/go.mod h1:rX8DC++f227ydkeb0ErGK752xITPIpMOFSxeMl0rHPA=
github.com/armosec/utils-go v0.0.58-0.20241009091159-a6b056c6880a h1:mLL/o76TtdQ4Y0vQI4HGygnN/WCRqTuvs36ma001aP4=
github.com/armosec/utils-go v0.0.58-0.20241009091159-a6b056c6880a/go.mod h1:4wfINE8JTQ6EHvSL2jki0Q3/D1j6oDi6sxxrtAEug74=
github.com/armosec/utils-k8s-go v0.0.26 h1:gVSV1mrALyphaesc+JXbx9SfbxLqfgg1KvvC1/0Hfkk=
github.com/armosec/utils-k8s-go v0.0.26/go.mod h1:WL2brx3tszxeSl1yHac0oAVJUg3o22HYh1dPjaSfjXU=
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
Expand Down
Loading