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

fix(deps): update github.com/kubearmor/kubearmor/protobuf digest to 719ae85 - autoclosed #234

Closed
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 @@ -23,7 +23,7 @@ require (
github.com/docker/docker v24.0.7+incompatible
github.com/fatih/color v1.15.0
github.com/json-iterator/go v1.1.12
github.com/kubearmor/KubeArmor/protobuf v0.0.0-20231019102803-e4e0e68a457b
github.com/kubearmor/KubeArmor/protobuf v0.0.0-20231129072440-719ae8563da7
github.com/mholt/archiver/v3 v3.5.1
github.com/moby/term v0.0.0-20221205130635-1aeaba878587
github.com/olekukonko/tablewriter v0.0.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1856,6 +1856,8 @@ github.com/kubearmor/KubeArmor/protobuf v0.0.0-20231019102803-e4e0e68a457b h1:jJ
github.com/kubearmor/KubeArmor/protobuf v0.0.0-20231019102803-e4e0e68a457b/go.mod h1:u2IBmj/3GtZodhGIPlO0gwNZ+C/dDlxER1BPQfCOEsk=
github.com/kubearmor/KubeArmor/protobuf v0.0.0-20231128180713-7c210669ac99 h1:O8b+HZaZe94oK8aNUlrizyq/2LcNaEdRy7tARD0T2PY=
github.com/kubearmor/KubeArmor/protobuf v0.0.0-20231128180713-7c210669ac99/go.mod h1:8kx7EoCU6YHOcR4K3o6ywRwBnTv9AJZb4dyxjJkoIiQ=
github.com/kubearmor/KubeArmor/protobuf v0.0.0-20231129072440-719ae8563da7 h1:BpnTEzPV8XvuWqvWFGqQ8EOBDvuItqHl3jhCrmsl5Ac=
github.com/kubearmor/KubeArmor/protobuf v0.0.0-20231129072440-719ae8563da7/go.mod h1:8kx7EoCU6YHOcR4K3o6ywRwBnTv9AJZb4dyxjJkoIiQ=
github.com/kulti/thelper v0.4.0/go.mod h1:vMu2Cizjy/grP+jmsvOFDx1kYP6+PD1lqg4Yu5exl2U=
github.com/kunwardeep/paralleltest v1.0.2/go.mod h1:ZPqNm1fVHPllh5LPVujzbVz1JN2GhLxSfY+oqUsvG30=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
Expand Down
Loading