-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (30 loc) · 1.29 KB
/
go.mod
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
33
module github.com/dozer111/projectlinter-cli/app-layout
go 1.22.5
require (
github.com/1set/gut v0.0.0-20201117175203-a82363231997
github.com/Masterminds/semver/v3 v3.2.1
github.com/dozer111/projectlinter-core v1.0.0
github.com/dozer111/projectlinter-core/rules/dependency v1.0.0
github.com/dozer111/projectlinter-core/rules/file v1.0.0
github.com/dozer111/projectlinter-core/rules/golang/gomod v1.0.0
github.com/dozer111/projectlinter-core/rules/php/composer v1.0.0
github.com/manifoldco/promptui v0.9.0
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
github.com/xeipuuv/gojsonschema v1.2.0
github.com/zoumo/goset v0.2.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/chzyer/readline v1.5.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/sys v0.23.0 // indirect
)