module github.com/quay/clair/v2 go 1.12 require ( github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf github.com/davecgh/go-spew v1.0.1-0.20160907170601-6d212800a42e github.com/fernet/fernet-go v0.0.0-20151007213151-1b2437bc582b github.com/golang/protobuf v0.0.0-20170427213220-18c9bb326172 github.com/guregu/null v3.0.2-0.20160228005316-41961cea0328+incompatible github.com/hashicorp/golang-lru v0.0.0-20160813221303-0a025b7e63ad github.com/julienschmidt/httprouter v1.1.0 github.com/lib/pq v0.0.0-20170324204654-2704adc878c2 github.com/matttproud/golang_protobuf_extensions v1.0.1 github.com/pborman/uuid v0.0.0-20160209185913-a97ce2ca70fa github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0 github.com/prometheus/client_golang v0.8.0 github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 github.com/prometheus/common v0.0.0-20170427095455-13ba4ddd0caa github.com/prometheus/procfs v0.0.0-20170502131342-d098ca18df8b github.com/remind101/migrate v0.0.0-20160423010909-d22d647232c2 github.com/sirupsen/logrus v0.11.5 github.com/stretchr/testify v1.1.4 github.com/tylerb/graceful v1.2.15 golang.org/x/sys v0.0.0-20170427041856-9ccfe848b9db gopkg.in/yaml.v2 v2.0.0-20170407172122-cd8b52f8269e )