Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update osv-scanner minor #1684

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@ module github.com/google/osv-scanner/v2
go 1.23.6

require (
deps.dev/api/v3 v3.0.0-20250219000316-bc85dc8a8bd7
deps.dev/util/maven v0.0.0-20250219000316-bc85dc8a8bd7
deps.dev/util/resolve v0.0.0-20250219000316-bc85dc8a8bd7
deps.dev/util/semver v0.0.0-20250219000316-bc85dc8a8bd7
deps.dev/api/v3 v3.0.0-20250303052001-679acc0481eb
deps.dev/util/maven 679acc0481eb
deps.dev/util/resolve 679acc0481eb
deps.dev/util/semver 679acc0481eb
github.com/BurntSushi/toml v1.4.0
github.com/CycloneDX/cyclonedx-go v0.9.2
github.com/charmbracelet/bubbles v0.20.0
github.com/charmbracelet/bubbletea v1.3.3
github.com/charmbracelet/bubbletea v1.3.4
github.com/charmbracelet/glamour v0.8.0
github.com/charmbracelet/lipgloss v1.0.0
github.com/gkampitakis/go-snaps v0.5.11
github.com/go-git/go-billy/v5 v5.6.2
github.com/go-git/go-git/v5 v5.13.2
github.com/go-git/go-git/v5 v5.14.0
github.com/google/go-cmp v0.7.0
github.com/google/osv-scalibr v0.1.7-0.20250221211628-93fce0090be1
github.com/google/osv-scalibr e23d5cb8ef2d
github.com/ianlancetaylor/demangle v0.0.0-20240912202439-0a2b6291aafd
github.com/jedib0t/go-pretty/v6 v6.6.6
github.com/jedib0t/go-pretty/v6 v6.6.7
github.com/muesli/reflow v0.3.0
github.com/opencontainers/go-digest v1.0.0
github.com/ossf/osv-schema/bindings/go v0.0.0-20250210065807-ab8a4f6e6389
github.com/ossf/osv-schema/bindings/go 10ada0bf62b7
github.com/owenrumney/go-sarif/v2 v2.3.3
github.com/package-url/packageurl-go v0.1.3
github.com/pandatix/go-cvss v0.6.2
github.com/tidwall/gjson v1.18.0
github.com/tidwall/pretty v1.2.1
github.com/tidwall/sjson v1.2.5
github.com/urfave/cli/v2 v2.27.5
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
golang.org/x/exp dead58393ab7
golang.org/x/net v0.35.0
golang.org/x/sync v0.11.0
golang.org/x/term v0.29.0
Expand Down
Loading