Skip to content

Commit

Permalink
Merge pull request #96 from kubescape/dependency
Browse files Browse the repository at this point in the history
rbac-utils latest
  • Loading branch information
cigra authored Feb 23, 2023
2 parents 565bf98 + b62f73b commit 72007ab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 48 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ require (
github.com/armosec/armoapi-go v0.0.151
github.com/armosec/utils-go v0.0.12
github.com/francoispqt/gojay v1.2.13
github.com/go-gota/gota v0.12.0
github.com/kubescape/k8s-interface v0.0.99
github.com/kubescape/rbac-utils v0.0.17
github.com/kubescape/rbac-utils v0.0.20
github.com/mitchellh/mapstructure v1.1.2
github.com/open-policy-agent/opa v0.42.0
github.com/stretchr/testify v1.8.0
Expand Down Expand Up @@ -56,6 +55,7 @@ require (
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
Expand All @@ -76,8 +76,11 @@ require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kubescape/go-logger v0.0.6 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
Expand All @@ -104,7 +107,6 @@ require (
golang.org/x/term v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
gonum.org/v1/gonum v0.9.1 // indirect
google.golang.org/api v0.84.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220708155623-50e5f4832e73 // indirect
Expand Down
Loading

0 comments on commit 72007ab

Please sign in to comment.