module github.com/elastic/go-seccomp-bpf

go 1.12

require (
	github.com/elastic/go-ucfg v0.7.0
	github.com/pkg/errors v0.8.1
	github.com/stretchr/testify v1.3.0
	golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
	golang.org/x/sys v0.0.0-20190405154228-4b34438f7a67
	gopkg.in/yaml.v2 v2.2.2
)
