@@ -4,27 +4,33 @@ go 1.22
4
4
5
5
require (
6
6
dario.cat/mergo v1.0.0
7
- github.com/creack/pty v1.1.18
8
- github.com/fatih/color v1.14.1
9
- github.com/fsnotify/fsnotify v1.6 .0
10
- github.com/gohugoio/hugo v0.111 .3
7
+ github.com/creack/pty v1.1.21
8
+ github.com/fatih/color v1.16.0
9
+ github.com/fsnotify/fsnotify v1.7 .0
10
+ github.com/gohugoio/hugo v0.123 .3
11
11
github.com/pelletier/go-toml v1.9.5
12
- github.com/stretchr/testify v1.8.1
12
+ github.com/stretchr/testify v1.8.4
13
13
)
14
14
15
15
require (
16
- github.com/bep/godartsass v0.16.0 // indirect
17
- github.com/bep/golibsass v1.1.0 // indirect
18
- github.com/cli/safeexec v1.0.0 // indirect
16
+ github.com/bep/godartsass v1.2.0 // indirect
17
+ github.com/bep/godartsass/v2 v2.0.0 // indirect
18
+ github.com/bep/golibsass v1.1.1 // indirect
19
+ github.com/cli/safeexec v1.0.1 // indirect
19
20
github.com/davecgh/go-spew v1.1.1 // indirect
21
+ github.com/gobwas/glob v0.2.3 // indirect
20
22
github.com/mattn/go-colorable v0.1.13 // indirect
21
- github.com/mattn/go-isatty v0.0.17 // indirect
22
- github.com/pelletier/go-toml/v2 v2.0.6 // indirect
23
+ github.com/mattn/go-isatty v0.0.20 // indirect
24
+ github.com/mitchellh/hashstructure v1.1.0 // indirect
25
+ github.com/pelletier/go-toml/v2 v2.1.1 // indirect
23
26
github.com/pmezard/go-difflib v1.0.0 // indirect
24
- github.com/spf13/afero v1.9.3 // indirect
25
- github.com/tdewolff/parse/v2 v2.6.5 // indirect
26
- golang.org/x/sys v0.5.0 // indirect
27
- golang.org/x/text v0.7.0 // indirect
28
- google.golang.org/protobuf v1.28.1 // indirect
27
+ github.com/spf13/afero v1.11.0 // indirect
28
+ github.com/spf13/cast v1.6.0 // indirect
29
+ github.com/tdewolff/parse/v2 v2.7.12 // indirect
30
+ github.com/tdewolff/test v1.0.11-0.20240106005702-7de5f7df4739 // indirect
31
+ golang.org/x/sys v0.17.0 // indirect
32
+ golang.org/x/text v0.14.0 // indirect
33
+ google.golang.org/protobuf v1.31.0 // indirect
34
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
29
35
gopkg.in/yaml.v3 v3.0.1 // indirect
30
36
)
0 commit comments