-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.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
)