-
Notifications
You must be signed in to change notification settings - Fork 154
/
go.mod
38 lines (36 loc) · 1.62 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/arminc/clair-scanner
go 1.14
require (
github.com/Microsoft/go-winio v0.4.5
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a
github.com/coreos/clair v2.0.7+incompatible
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf
github.com/davecgh/go-spew v1.1.0
github.com/docker/distribution v2.6.2+incompatible
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.3.0
github.com/docker/go-units v0.3.2
github.com/fernet/fernet-go v0.0.0-20151007213151-1b2437bc582b
github.com/golang/protobuf v0.0.0-20170920220647-130e6b02ab05
github.com/jawher/mow.cli v1.0.2
github.com/julienschmidt/httprouter v1.1.0
github.com/mattn/go-runewidth v0.0.2
github.com/mattn/goveralls v0.0.6 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.0
github.com/mbndr/logo v0.0.0-20170922150818-2cf79af92583
github.com/olekukonko/tablewriter v0.0.0-20180105111133-96aac992fc8b
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0
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-20171006141418-1bab55dd05db
github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8
github.com/sirupsen/logrus v1.0.3
github.com/stretchr/testify v1.1.4
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
golang.org/x/sys v0.0.0-20190412213103-97732733099d
golang.org/x/tools v0.0.0-20200624225443-88f3c62a19ff // indirect
gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7
)