-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (38 loc) · 1.49 KB
/
Copy pathgo.mod
File metadata and controls
42 lines (38 loc) · 1.49 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
33
34
35
36
37
38
39
40
41
42
module github.com/rupor-github/gencfg
go 1.27.0
tool (
github.com/rupor-github/fork-autotag/autotag
honnef.co/go/tools/cmd/staticcheck
)
require (
github.com/go-playground/validator/v10 v10.30.3
github.com/go-task/slim-sprig/v3 v3.0.0
github.com/urfave/cli/v3 v3.11.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/BurntSushi/toml v1.6.0 // indirect
github.com/alecthomas/repr v0.5.4 // indirect
github.com/gabriel-vasile/mimetype v1.4.15 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/gogs/git-module v1.8.9 // indirect
github.com/hashicorp/go-version v1.9.0 // indirect
github.com/jessevdk/go-flags v1.6.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/leodido/go-urn v1.5.0 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2 // indirect
github.com/rogpeppe/go-internal v1.16.0 // indirect
github.com/rupor-github/fork-autotag v1.3.38 // indirect
github.com/stretchr/testify v1.12.1 // indirect
golang.org/x/crypto v0.55.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20260820142414-ca536658362e // indirect
golang.org/x/mod v0.40.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
golang.org/x/tools v0.49.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
honnef.co/go/tools v0.8.1 // indirect
)