Skip to content

Commit ec14405

Browse files
authored
Merge pull request #6 from wclssdn/dependabot/go_modules/golang.org/x/crypto-0.45.0
Bump golang.org/x/crypto from 0.35.0 to 0.45.0
2 parents 03ec222 + fcdbb6b commit ec14405

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

go.mod

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
module tailer
22

3-
go 1.13
3+
go 1.24.0
44

55
require (
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
)

0 commit comments

Comments
 (0)