-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.07 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (29 loc) · 1.07 KB
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
27
28
29
30
31
32
module github.com/riteofstring/code-polishy
go 1.26.6
require (
github.com/CycloneDX/cyclonedx-go v0.11.0
github.com/dlclark/regexp2 v1.11.0
github.com/in-toto/attestation v1.2.0
github.com/rhysd/actionlint v1.7.12
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
github.com/yuin/goldmark v1.8.5
golang.org/x/mod v0.40.0
golang.org/x/sys v0.47.0
golang.org/x/text v0.39.0
google.golang.org/protobuf v1.36.11
mvdan.cc/sh/v3 v3.13.1
)
require (
github.com/bmatcuk/doublestar/v4 v4.10.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fatih/color v1.19.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.21 // indirect
github.com/mattn/go-shellwords v1.0.12 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
golang.org/x/sync v0.21.0 // indirect
)