Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from valllabh/dependabot/go_modules/github.com/…
Browse files Browse the repository at this point in the history
…anchore/syft-0.71.0

Bump github.com/anchore/syft from 0.68.1 to 0.71.0
  • Loading branch information
valllabh authored Feb 15, 2023
2 parents 02c27b9 + 667cee6 commit a74e0ec
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 851 deletions.
22 changes: 12 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/99designs/gqlgen v0.17.24
github.com/anchore/syft v0.68.1
github.com/anchore/syft v0.71.0
github.com/spf13/cobra v1.6.1
github.com/vektah/gqlparser/v2 v2.5.1
)
Expand All @@ -17,6 +17,8 @@ require (
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/anchore/go-macholibre v0.0.0-20220308212642-53e6d0aaf6fb // indirect
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 // indirect
github.com/becheran/wildmatch-go v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-restruct/restruct v1.2.0-alpha // indirect
github.com/huandu/xstrings v1.3.3 // indirect
Expand All @@ -33,13 +35,13 @@ require (
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sassoftware/go-rpmutils v0.2.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spdx/tools-golang v0.4.0 // indirect
github.com/spdx/tools-golang v0.5.0-rc1 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/vbatts/go-mtree v0.5.2 // indirect
github.com/vifraa/gopom v0.2.1 // indirect
golang.org/x/exp v0.0.0-20220823124025-807a23277127 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/tools v0.1.12 // indirect
golang.org/x/exp v0.0.0-20230202163644-54bba9f4231b // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/tools v0.2.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand All @@ -60,15 +62,15 @@ require (
github.com/acobaugh/osrelease v0.1.0 // indirect
github.com/anchore/go-logger v0.0.0-20220728155337-03b66a5207d8 // indirect
github.com/anchore/packageurl-go v0.1.1-0.20230104203445-02e0a6721501 // indirect
github.com/anchore/stereoscope v0.0.0-20221208011002-c5ff155d72f1
github.com/anchore/stereoscope v0.0.0-20230208154630-5a306f07f2e7
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/bmatcuk/doublestar/v4 v4.6.0 // indirect
github.com/containerd/containerd v1.6.12 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.12.1 // indirect
github.com/dgraph-io/dgo/v2 v2.2.0
github.com/docker/cli v20.10.20+incompatible // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v20.10.23+incompatible // indirect
github.com/docker/docker v23.0.0+incompatible // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
Expand Down Expand Up @@ -110,10 +112,10 @@ require (
github.com/wagoodman/go-progress v0.0.0-20200731105512-1020f39e6240 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/net v0.6.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
google.golang.org/grpc v1.52.3
google.golang.org/protobuf v1.28.1 // indirect
Expand Down
Loading

0 comments on commit a74e0ec

Please sign in to comment.