@@ -2,38 +2,40 @@ module github.com/go-semantic-release/changelog-generator-default
2
2
3
3
go 1.18
4
4
5
- require github.com/go-semantic-release/semantic-release/v2 v2.12.1
5
+ require github.com/go-semantic-release/semantic-release/v2 v2.21.0
6
6
7
7
require (
8
- github.com/Masterminds/semver/v3 v3.1.0 // indirect
9
- github.com/fatih/color v1.7 .0 // indirect
10
- github.com/fsnotify/fsnotify v1.4.7 // indirect
11
- github.com/golang/protobuf v1.4.3 // indirect
12
- github.com/hashicorp/go-hclog v0.15 .0 // indirect
13
- github.com/hashicorp/go-plugin v1.4.0 // indirect
8
+ github.com/Masterminds/semver/v3 v3.1.1 // indirect
9
+ github.com/fatih/color v1.13 .0 // indirect
10
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
11
+ github.com/golang/protobuf v1.5.2 // indirect
12
+ github.com/hashicorp/go-hclog v1.2 .0 // indirect
13
+ github.com/hashicorp/go-plugin v1.4.4 // indirect
14
14
github.com/hashicorp/hcl v1.0.0 // indirect
15
- github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
15
+ github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
16
16
github.com/inconshreveable/mousetrap v1.0.0 // indirect
17
- github.com/magiconair/properties v1.8.1 // indirect
18
- github.com/mattn/go-colorable v0.1.4 // indirect
19
- github.com/mattn/go-isatty v0.0.12 // indirect
20
- github.com/mitchellh/go-testing-interface v1.0.0 // indirect
21
- github.com/mitchellh/mapstructure v1.1.2 // indirect
22
- github.com/oklog/run v1.0.0 // indirect
23
- github.com/pelletier/go-toml v1.2.0 // indirect
24
- github.com/spf13/afero v1.1.2 // indirect
25
- github.com/spf13/cast v1.3.0 // indirect
26
- github.com/spf13/cobra v1.1.1 // indirect
27
- github.com/spf13/jwalterweatherman v1.0.0 // indirect
17
+ github.com/magiconair/properties v1.8.6 // indirect
18
+ github.com/mattn/go-colorable v0.1.12 // indirect
19
+ github.com/mattn/go-isatty v0.0.14 // indirect
20
+ github.com/mitchellh/go-testing-interface v1.14.1 // indirect
21
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
22
+ github.com/oklog/run v1.1.0 // indirect
23
+ github.com/pelletier/go-toml v1.9.5 // indirect
24
+ github.com/pelletier/go-toml/v2 v2.0.1 // indirect
25
+ github.com/spf13/afero v1.8.2 // indirect
26
+ github.com/spf13/cast v1.5.0 // indirect
27
+ github.com/spf13/cobra v1.4.0 // indirect
28
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
28
29
github.com/spf13/pflag v1.0.5 // indirect
29
- github.com/spf13/viper v1.7.1 // indirect
30
+ github.com/spf13/viper v1.11.0 // indirect
30
31
github.com/subosito/gotenv v1.2.0 // indirect
31
- golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
32
- golang.org/x/sys v0.0.0-20201113135734-0a15ea8d9b02 // indirect
33
- golang.org/x/text v0.3.2 // indirect
34
- google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
35
- google.golang.org/grpc v1.33.2 // indirect
36
- google.golang.org/protobuf v1.25.0 // indirect
37
- gopkg.in/ini.v1 v1.51.0 // indirect
38
- gopkg.in/yaml.v2 v2.2.8 // indirect
32
+ golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
33
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
34
+ golang.org/x/text v0.3.7 // indirect
35
+ google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
36
+ google.golang.org/grpc v1.46.2 // indirect
37
+ google.golang.org/protobuf v1.28.0 // indirect
38
+ gopkg.in/ini.v1 v1.66.4 // indirect
39
+ gopkg.in/yaml.v2 v2.4.0 // indirect
40
+ gopkg.in/yaml.v3 v3.0.0 // indirect
39
41
)
0 commit comments