-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
23 lines (21 loc) · 799 Bytes
/
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
module github.com/edersonbrilhante/vilicus
go 1.15
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/aquasecurity/fanal v0.0.0-20210119051230-28c249da7cfd
github.com/aquasecurity/trivy v0.15.0
github.com/go-pg/pg/v10 v10.7.4
github.com/go-playground/validator/v10 v10.4.1
github.com/go-resty/resty/v2 v2.4.0
github.com/google/go-containerregistry v0.4.0
github.com/huandu/xstrings v1.3.2 // indirect
github.com/labstack/echo/v4 v4.1.17
github.com/lib/pq v1.9.0
github.com/mitchellh/copystructure v1.1.1 // indirect
github.com/quay/claircore v1.0.5
github.com/rs/zerolog v1.20.0
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/yaml.v2 v2.4.0
)