Skip to content

Commit

Permalink
remove opapolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
dwertent committed Oct 14, 2021
1 parent a36ce64 commit 15a9072
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 974 deletions.
15 changes: 4 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,29 @@ require (
github.com/armosec/utils-k8s-go v0.0.1
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/docker/docker v20.10.9+incompatible
github.com/francoispqt/gojay v1.2.13
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang/glog v1.0.0
github.com/open-policy-agent/opa v0.33.1
github.com/satori/go.uuid v1.2.0
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
)

require (
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pquerna/cachecontrol v0.1.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gotest.tools/v3 v3.0.3 // indirect
)
150 changes: 0 additions & 150 deletions go.sum

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions opapolicy/apis.go

This file was deleted.

163 changes: 0 additions & 163 deletions opapolicy/datastructures.go

This file was deleted.

Loading

0 comments on commit 15a9072

Please sign in to comment.