We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8f7b4 commit 20fc016Copy full SHA for 20fc016
1 file changed
vulnfeeds/go.mod
@@ -7,7 +7,7 @@ require (
7
cloud.google.com/go/storage v1.60.0
8
github.com/aquasecurity/go-pep440-version v0.0.1
9
github.com/atombender/go-jsonschema v0.22.0
10
- github.com/charmbracelet/lipgloss v1.1.0
+ github.com/charmbracelet/lipgloss/v2 v2.0.0
11
github.com/gkampitakis/go-snaps v0.5.19
12
github.com/go-git/go-git/v5 v5.16.5
13
github.com/goccy/go-yaml v1.19.2
@@ -18,7 +18,7 @@ require (
18
google.golang.org/api v0.268.0
19
google.golang.org/protobuf v1.36.11
20
gopkg.in/dnaeon/go-vcr.v4 v4.0.6
21
- gopkg.in/yaml.v2 v2.4.0
+ gopkg.in/yaml.v3 v3.0.1
22
)
23
24
require (
0 commit comments