-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 762 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module codacy.com/codacy-gorevive
go 1.24.0
toolchain go1.24.7
require (
github.com/PuerkitoBio/goquery v1.10.3
github.com/codacy/codacy-engine-golang-seed/v6 v6.4.0
github.com/pelletier/go-toml v1.9.5
github.com/stretchr/testify v1.11.0
github.com/writeas/go-strip-markdown v2.0.1+incompatible
)
require (
github.com/CycloneDX/cyclonedx-go v0.9.2 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/samber/lo v1.51.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)