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