File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 11module tailer
22
3- go 1.13
3+ go 1.24.0
44
55require (
66 github.com/gookit/color v1.2.0
77 github.com/mitchellh/go-homedir v1.1.0
88 github.com/spf13/cobra v0.0.5
99 github.com/spf13/viper v1.3.2
10- golang.org/x/crypto v0.35.0
10+ golang.org/x/crypto v0.45.0
11+ )
12+
13+ require (
14+ github.com/fsnotify/fsnotify v1.4.7 // indirect
15+ github.com/hashicorp/hcl v1.0.0 // indirect
16+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
17+ github.com/magiconair/properties v1.8.0 // indirect
18+ github.com/mitchellh/mapstructure v1.1.2 // indirect
19+ github.com/pelletier/go-toml v1.2.0 // indirect
20+ github.com/spf13/afero v1.1.2 // indirect
21+ github.com/spf13/cast v1.3.0 // indirect
22+ github.com/spf13/jwalterweatherman v1.0.0 // indirect
23+ github.com/spf13/pflag v1.0.3 // indirect
24+ golang.org/x/sys v0.38.0 // indirect
25+ golang.org/x/text v0.31.0 // indirect
26+ gopkg.in/yaml.v2 v2.2.2 // indirect
1127)
You can’t perform that action at this time.
0 commit comments