sigs.k8s.io/seccomp-operator@v0.1.0/go.mod (about)

     1  module sigs.k8s.io/seccomp-operator
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/crossplane/crossplane-runtime v0.9.0
     7  	github.com/go-logr/logr v0.2.1-0.20200730175230-ee2de8da5be6 // TODO: switch to v0.2.1 if released
     8  	github.com/pkg/errors v0.9.1
     9  	github.com/seccomp/containers-golang v0.6.0 // can be built with the `seccomp` build tag to support more features
    10  	github.com/stretchr/testify v1.6.1
    11  	github.com/urfave/cli/v2 v2.2.0
    12  	golang.org/x/sys v0.0.0-20200806125547-5acd03effb82
    13  	k8s.io/api v0.18.6
    14  	k8s.io/apimachinery v0.18.6
    15  	k8s.io/klog/v2 v2.3.0
    16  	k8s.io/release v0.4.0
    17  	sigs.k8s.io/controller-runtime v0.6.2
    18  )