forked from quay/claircore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.14 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
module github.com/quay/claircore
go 1.12
require (
github.com/crgimenes/goconfig v1.2.1
github.com/docker-slim/docker-slim v0.0.0-20200524075151-79490f5f1cde
github.com/doug-martin/goqu/v8 v8.6.0
github.com/golang/mock v1.3.1
github.com/google/go-cmp v0.4.0
github.com/google/go-containerregistry v0.0.0-20191206185556-eb7c14b719c6
github.com/google/uuid v1.1.1
github.com/jackc/pgtype v1.4.0
github.com/jackc/pgx/v4 v4.7.1
github.com/jmoiron/sqlx v1.2.0
github.com/klauspost/compress v1.10.6
github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
github.com/knqyf263/go-rpm-version v0.0.0-20170716094938-74609b86c936
github.com/lib/pq v1.3.0
github.com/quay/alas v1.0.1
github.com/quay/goval-parser v0.8.2
github.com/remind101/migrate v0.0.0-20170729031349-52c1edff7319
github.com/rs/zerolog v1.15.0
github.com/stretchr/testify v1.5.1
github.com/tadasv/go-dpkg v0.0.0-20160704224136-c2cf9188b763
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/tools v0.0.0-20200811032001-fd80f4dbb3ea
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652
)