|
1 | 1 | module github.com/go-semantic-release/changelog-generator-default |
2 | 2 |
|
3 | | -go 1.18 |
| 3 | +go 1.19 |
4 | 4 |
|
5 | | -require github.com/go-semantic-release/semantic-release/v2 v2.21.0 |
| 5 | +require github.com/go-semantic-release/semantic-release/v2 v2.25.0 |
6 | 6 |
|
7 | 7 | require ( |
8 | | - github.com/Masterminds/semver/v3 v3.1.1 // indirect |
| 8 | + github.com/Masterminds/semver/v3 v3.2.0 // indirect |
9 | 9 | github.com/fatih/color v1.13.0 // indirect |
10 | | - github.com/fsnotify/fsnotify v1.5.4 // indirect |
| 10 | + github.com/fsnotify/fsnotify v1.6.0 // indirect |
11 | 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 |
| 12 | + github.com/hashicorp/go-hclog v1.4.0 // indirect |
| 13 | + github.com/hashicorp/go-plugin v1.4.8 // indirect |
14 | 14 | github.com/hashicorp/hcl v1.0.0 // indirect |
15 | | - github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect |
16 | | - github.com/inconshreveable/mousetrap 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 |
| 15 | + github.com/hashicorp/yamux v0.1.1 // indirect |
| 16 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| 17 | + github.com/magiconair/properties v1.8.7 // indirect |
| 18 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 19 | + github.com/mattn/go-isatty v0.0.17 // indirect |
20 | 20 | github.com/mitchellh/go-testing-interface v1.14.1 // indirect |
21 | 21 | github.com/mitchellh/mapstructure v1.5.0 // indirect |
22 | 22 | github.com/oklog/run v1.1.0 // indirect |
23 | 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 |
| 24 | + github.com/pelletier/go-toml/v2 v2.0.6 // indirect |
| 25 | + github.com/spf13/afero v1.9.3 // indirect |
26 | 26 | github.com/spf13/cast v1.5.0 // indirect |
27 | | - github.com/spf13/cobra v1.4.0 // indirect |
| 27 | + github.com/spf13/cobra v1.6.1 // indirect |
28 | 28 | github.com/spf13/jwalterweatherman v1.1.0 // indirect |
29 | 29 | github.com/spf13/pflag v1.0.5 // indirect |
30 | | - github.com/spf13/viper v1.11.0 // indirect |
31 | | - github.com/subosito/gotenv v1.2.0 // 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 |
| 30 | + github.com/spf13/viper v1.14.0 // indirect |
| 31 | + github.com/subosito/gotenv v1.4.2 // indirect |
| 32 | + golang.org/x/net v0.5.0 // indirect |
| 33 | + golang.org/x/sys v0.4.0 // indirect |
| 34 | + golang.org/x/text v0.6.0 // indirect |
| 35 | + google.golang.org/genproto v0.0.0-20230112194545-e10362b5ecf9 // indirect |
| 36 | + google.golang.org/grpc v1.52.0 // indirect |
| 37 | + google.golang.org/protobuf v1.28.1 // indirect |
| 38 | + gopkg.in/ini.v1 v1.67.0 // indirect |
39 | 39 | gopkg.in/yaml.v2 v2.4.0 // indirect |
40 | | - gopkg.in/yaml.v3 v3.0.0 // indirect |
| 40 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
41 | 41 | ) |
0 commit comments