|
1 | 1 | module github.com/go-semantic-release/provider-github
|
2 | 2 |
|
3 |
| -go 1.18 |
| 3 | +go 1.19 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/Masterminds/semver/v3 v3.1.1 |
7 |
| - github.com/go-semantic-release/semantic-release/v2 v2.21.0 |
| 6 | + github.com/Masterminds/semver/v3 v3.2.0 |
| 7 | + github.com/go-semantic-release/semantic-release/v2 v2.25.0 |
8 | 8 | github.com/google/go-github/v44 v44.1.0
|
9 |
| - github.com/stretchr/testify v1.7.1 |
10 |
| - golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 |
| 9 | + github.com/stretchr/testify v1.8.1 |
| 10 | + golang.org/x/oauth2 v0.4.0 |
11 | 11 | )
|
12 | 12 |
|
13 | 13 | require (
|
14 | 14 | github.com/davecgh/go-spew v1.1.1 // indirect
|
15 | 15 | github.com/fatih/color v1.13.0 // indirect
|
16 |
| - github.com/fsnotify/fsnotify v1.5.4 // indirect |
| 16 | + github.com/fsnotify/fsnotify v1.6.0 // indirect |
17 | 17 | github.com/golang/protobuf v1.5.2 // indirect
|
18 | 18 | github.com/google/go-querystring v1.1.0 // indirect
|
19 |
| - github.com/hashicorp/go-hclog v1.2.0 // indirect |
20 |
| - github.com/hashicorp/go-plugin v1.4.4 // indirect |
| 19 | + github.com/hashicorp/go-hclog v1.4.0 // indirect |
| 20 | + github.com/hashicorp/go-plugin v1.4.8 // indirect |
21 | 21 | github.com/hashicorp/hcl v1.0.0 // indirect
|
22 |
| - github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect |
23 |
| - github.com/inconshreveable/mousetrap v1.0.0 // indirect |
24 |
| - github.com/magiconair/properties v1.8.6 // indirect |
25 |
| - github.com/mattn/go-colorable v0.1.12 // indirect |
26 |
| - github.com/mattn/go-isatty v0.0.14 // indirect |
| 22 | + github.com/hashicorp/yamux v0.1.1 // indirect |
| 23 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| 24 | + github.com/magiconair/properties v1.8.7 // indirect |
| 25 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 26 | + github.com/mattn/go-isatty v0.0.17 // indirect |
27 | 27 | github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
28 | 28 | github.com/mitchellh/mapstructure v1.5.0 // indirect
|
29 | 29 | github.com/oklog/run v1.1.0 // indirect
|
30 | 30 | github.com/pelletier/go-toml v1.9.5 // indirect
|
31 |
| - github.com/pelletier/go-toml/v2 v2.0.1 // indirect |
| 31 | + github.com/pelletier/go-toml/v2 v2.0.6 // indirect |
32 | 32 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
33 |
| - github.com/spf13/afero v1.8.2 // indirect |
| 33 | + github.com/spf13/afero v1.9.3 // indirect |
34 | 34 | github.com/spf13/cast v1.5.0 // indirect
|
35 |
| - github.com/spf13/cobra v1.4.0 // indirect |
| 35 | + github.com/spf13/cobra v1.6.1 // indirect |
36 | 36 | github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
37 | 37 | github.com/spf13/pflag v1.0.5 // indirect
|
38 |
| - github.com/spf13/viper v1.11.0 // indirect |
39 |
| - github.com/subosito/gotenv v1.2.0 // indirect |
40 |
| - golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect |
41 |
| - golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect |
42 |
| - golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect |
43 |
| - golang.org/x/text v0.3.7 // indirect |
| 38 | + github.com/spf13/viper v1.14.0 // indirect |
| 39 | + github.com/subosito/gotenv v1.4.2 // indirect |
| 40 | + golang.org/x/crypto v0.5.0 // indirect |
| 41 | + golang.org/x/net v0.5.0 // indirect |
| 42 | + golang.org/x/sys v0.4.0 // indirect |
| 43 | + golang.org/x/text v0.6.0 // indirect |
44 | 44 | google.golang.org/appengine v1.6.7 // indirect
|
45 |
| - google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect |
46 |
| - google.golang.org/grpc v1.46.2 // indirect |
47 |
| - google.golang.org/protobuf v1.28.0 // indirect |
48 |
| - gopkg.in/ini.v1 v1.66.4 // indirect |
| 45 | + google.golang.org/genproto v0.0.0-20230112194545-e10362b5ecf9 // indirect |
| 46 | + google.golang.org/grpc v1.52.0 // indirect |
| 47 | + google.golang.org/protobuf v1.28.1 // indirect |
| 48 | + gopkg.in/ini.v1 v1.67.0 // indirect |
49 | 49 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
50 |
| - gopkg.in/yaml.v3 v3.0.0 // indirect |
| 50 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
51 | 51 | )
|
0 commit comments