forked from quay/claircore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.15 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/docker v1.13.1 // indirect
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.0.0
github.com/jackc/pgx/v4 v4.0.0
github.com/jmoiron/sqlx v1.2.0
github.com/klauspost/compress v1.9.4
github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
github.com/knqyf263/go-rpm-version v0.0.0-20170716094938-74609b86c936
github.com/opencontainers/runc v0.1.1 // indirect
github.com/quay/alas v1.0.1
github.com/quay/goval-parser v0.8.1
github.com/remind101/migrate v0.0.0-20170729031349-52c1edff7319
github.com/rs/zerolog v1.15.0
github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337 // indirect
github.com/stretchr/testify v1.4.0
github.com/tadasv/go-dpkg v0.0.0-20160704224136-c2cf9188b763
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/tools v0.0.0-20191205215504-7b8c8591a921
gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652
)