Skip to content

Commit 40ed227

Browse files
authored
chore(mod): update fanal (#1179)
* chore(mod): update fanal * test(integration): fix error message * test(integration): skip reaper
1 parent 2a4400c commit 40ed227

File tree

4 files changed

+302
-141
lines changed

4 files changed

+302
-141
lines changed

go.mod

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require (
77
github.com/Masterminds/sprig v2.22.0+incompatible
88
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46
99
github.com/aquasecurity/bolt-fixtures v0.0.0-20200903104109-d34e7f983986
10-
github.com/aquasecurity/fanal v0.0.0-20210808124815-d8353428bfae
11-
github.com/aquasecurity/go-dep-parser v0.0.0-20210802113332-f09967d68412
10+
github.com/aquasecurity/fanal v0.0.0-20210815095355-42429a80d0e3
11+
github.com/aquasecurity/go-dep-parser v0.0.0-20210815080135-5be65146849a
1212
github.com/aquasecurity/go-gem-version v0.0.0-20201115065557-8eed6fe000ce
1313
github.com/aquasecurity/go-npm-version v0.0.0-20201110091526-0b796d180798
1414
github.com/aquasecurity/go-pep440-version v0.0.0-20210121094942-22b2f8951d46
@@ -17,15 +17,14 @@ require (
1717
github.com/caarlos0/env/v6 v6.0.0
1818
github.com/cenkalti/backoff v2.2.1+incompatible
1919
github.com/cheggaaa/pb/v3 v3.0.3
20-
github.com/containerd/containerd v1.4.4 // indirect
21-
github.com/docker/docker v20.10.3+incompatible
20+
github.com/docker/docker v20.10.8+incompatible
2221
github.com/docker/go-connections v0.4.0
2322
github.com/elazarl/goproxy v0.0.0-20200809112317-0581fc3aee2d // indirect
2423
github.com/fatih/color v1.10.0
25-
github.com/go-redis/redis/v8 v8.4.0
24+
github.com/go-redis/redis/v8 v8.11.3
2625
github.com/goccy/go-yaml v1.8.2 // indirect
2726
github.com/golang/protobuf v1.5.2
28-
github.com/google/go-containerregistry v0.1.2
27+
github.com/google/go-containerregistry v0.6.0
2928
github.com/google/go-github/v33 v33.0.0
3029
github.com/google/wire v0.4.0
3130
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
@@ -38,17 +37,16 @@ require (
3837
github.com/masahiro331/go-mvn-version v0.0.0-20210429150710-d3157d602a08
3938
github.com/mitchellh/copystructure v1.1.1 // indirect
4039
github.com/olekukonko/tablewriter v0.0.5
41-
github.com/open-policy-agent/opa v0.25.2
42-
github.com/russross/blackfriday/v2 v2.1.0 // indirect
40+
github.com/open-policy-agent/opa v0.31.0
4341
github.com/smartystreets/assertions v1.2.0 // indirect
4442
github.com/spf13/afero v1.6.0
4543
github.com/stretchr/objx v0.3.0 // indirect
4644
github.com/stretchr/testify v1.7.0
47-
github.com/testcontainers/testcontainers-go v0.9.1-0.20210218153226-c8e070a2f18d
45+
github.com/testcontainers/testcontainers-go v0.11.1
4846
github.com/twitchtv/twirp v8.1.0+incompatible
4947
github.com/urfave/cli/v2 v2.3.0
5048
go.uber.org/zap v1.17.0
51-
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
49+
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
5250
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
5351
google.golang.org/protobuf v1.26.0
5452
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect

0 commit comments

Comments
 (0)