Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
semantic-release
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
go-semantic-release
semantic-release
Commits
376c988d
Commit
376c988d
authored
2 years ago
by
Christoph Witzko
Browse files
Options
Downloads
Patches
Plain Diff
feat: update dependencies
parent
b2320f38
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+4
-6
4 additions, 6 deletions
go.mod
go.sum
+8
-11
8 additions, 11 deletions
go.sum
with
12 additions
and
17 deletions
go.mod
+
4
−
6
View file @
376c988d
...
...
@@ -5,13 +5,13 @@ go 1.19
require (
github.com/Masterminds/semver/v3
v3.2.0
github.com/cavaliergopher/grab/v3
v3.0.1
github.com/go-semantic-release/plugin-registry
v1.
8
.0
github.com/go-semantic-release/plugin-registry
v1.
14
.0
github.com/google/go-github/v49
v49.1.1-0.20230111123143-ced4abd274f3
github.com/hashicorp/go-hclog
v1.4.0
github.com/hashicorp/go-plugin
v1.4.8
github.com/schollz/progressbar/v3
v3.13.0
github.com/spf13/cobra
v1.6.1
github.com/spf13/viper
v1.1
4
.0
github.com/spf13/viper
v1.1
5
.0
github.com/stretchr/testify
v1.8.1
golang.org/x/oauth2
v0.4.0
google.golang.org/grpc
v1.52.3
...
...
@@ -20,7 +20,7 @@ require (
require (
github.com/davecgh/go-spew
v1.1.1 // indirect
github.com/fatih/color
v1.1
3.0
// indirect
github.com/fatih/color
v1.1
4.1
// indirect
github.com/fsnotify/fsnotify
v1.6.0 // indirect
github.com/golang/protobuf
v1.5.2 // indirect
github.com/google/go-querystring
v1.1.0 // indirect
...
...
@@ -35,7 +35,6 @@ require (
github.com/mitchellh/go-testing-interface
v1.14.1 // indirect
github.com/mitchellh/mapstructure
v1.5.0 // indirect
github.com/oklog/run
v1.1.0 // indirect
github.com/pelletier/go-toml
v1.9.5 // indirect
github.com/pelletier/go-toml/v2
v2.0.6 // indirect
github.com/pmezard/go-difflib
v1.0.0 // indirect
github.com/rivo/uniseg
v0.4.3 // indirect
...
...
@@ -50,8 +49,7 @@ require (
golang.org/x/term
v0.4.0 // indirect
golang.org/x/text
v0.6.0 // indirect
google.golang.org/appengine
v1.6.7 // indirect
google.golang.org/genproto
v0.0.0-20230
125152338-dcaf20b6aeaa
// indirect
google.golang.org/genproto
v0.0.0-20230
202175211-008b39050e57
// indirect
gopkg.in/ini.v1
v1.67.0 // indirect
gopkg.in/yaml.v2
v2.4.0 // indirect
gopkg.in/yaml.v3
v3.0.1 // indirect
)
This diff is collapsed.
Click to expand it.
go.sum
+
8
−
11
View file @
376c988d
...
...
@@ -60,16 +60,17 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m
github.com/envoyproxy/go-control-plane
v0.9.7/go.mod h1:
cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po=
github.com/envoyproxy/go-control-plane
v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:
cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
github.com/envoyproxy/protoc-gen-validate
v0.1.0/go.mod h1:
iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/fatih/color
v1.13.0 h1:
8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
github.com/fatih/color
v1.13.0/go.mod h1:
kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
github.com/fatih/color
v1.14.1 h1:
qfhVLaG5s+nCROl1zJsZRxFeYrHLqWroPOQ8BWiNb4w=
github.com/fatih/color
v1.14.1/go.mod h1:
2oHN61fhTpgcxD3TSWCgKDiH1+x4OiDVVGH8WlgGZGg=
github.com/frankban/quicktest
v1.14.3 h1:
FJKSZTDHjyhriyC81FLQ0LY93eSai0ZyR/ZIkd3ZUKE=
github.com/fsnotify/fsnotify
v1.6.0 h1:
n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
github.com/fsnotify/fsnotify
v1.6.0/go.mod h1:
sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
github.com/go-gl/glfw
v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:
vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
github.com/go-gl/glfw/v3.3/glfw
v0.0.0-20191125211704-12ad95a8df72/go.mod h1:
tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-gl/glfw/v3.3/glfw
v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:
tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-semantic-release/plugin-registry
v1.
8
.0 h1:
Q+klx/p+d59yf3vF5A+YI8CQM2ycPirYDvo73vzUBjU
=
github.com/go-semantic-release/plugin-registry
v1.
8
.0/go.mod h1:
cdjOLL5t7sa3TqcFegOY0GiqdPseXJnvWM8IwjRy/qU
=
github.com/go-semantic-release/plugin-registry
v1.
14
.0 h1:
RwOCxTIsc58XNKDiFNsqwihOC3UH+0nGbpFVliPad/Y
=
github.com/go-semantic-release/plugin-registry
v1.
14
.0/go.mod h1:
jfiAgK5tCk1+xZuvKS6Bxl8vmudwqleEhWPKKLOu7lY
=
github.com/golang/glog
v0.0.0-20160126235308-23def4e6c14b/go.mod h1:
SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/groupcache
v0.0.0-20190702054246-869f871628b6/go.mod h1:
cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache
v0.0.0-20191227052852-215e87163ea7/go.mod h1:
cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
...
...
@@ -180,8 +181,6 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua
github.com/mitchellh/mapstructure
v1.5.0/go.mod h1:
bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/oklog/run
v1.1.0 h1:
GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=
github.com/oklog/run
v1.1.0/go.mod h1:
sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU=
github.com/pelletier/go-toml
v1.9.5 h1:
4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
github.com/pelletier/go-toml
v1.9.5/go.mod h1:
u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
github.com/pelletier/go-toml/v2
v2.0.6 h1:
nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=
github.com/pelletier/go-toml/v2
v2.0.6/go.mod h1:
eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek=
github.com/pkg/errors
v0.9.1/go.mod h1:
bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
...
...
@@ -207,8 +206,8 @@ github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmq
github.com/spf13/jwalterweatherman
v1.1.0/go.mod h1:
aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo=
github.com/spf13/pflag
v1.0.5 h1:
iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag
v1.0.5/go.mod h1:
McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spf13/viper
v1.1
4
.0 h1:
Rg7d3Lo706X9tHsJMUjdiwMpHB7W8WnSVOssIY+JEl
U=
github.com/spf13/viper
v1.1
4
.0/go.mod h1:
WT//axPky3FdvXHzGw33dNdXXXfFQqmEalje+egj8As
=
github.com/spf13/viper
v1.1
5
.0 h1:
js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7Ciihdti
U=
github.com/spf13/viper
v1.1
5
.0/go.mod h1:
fFcTBJxvhhzSJiZy8n+PeW6t8l+KeT/uTARa0jHOQLA
=
github.com/stretchr/objx
v0.1.0/go.mod h1:
HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx
v0.4.0/go.mod h1:
YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx
v0.5.0/go.mod h1:
Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
...
...
@@ -500,8 +499,8 @@ google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6D
google.golang.org/genproto
v0.0.0-20201214200347-8c77b98c765d/go.mod h1:
FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto
v0.0.0-20210108203827-ffc7fda8c3d7/go.mod h1:
FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto
v0.0.0-20210226172003-ab064af71705/go.mod h1:
FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto
v0.0.0-20230
125152338-dcaf20b6aeaa h1:
qQPhfbPO23fwm/9lQr91L1u62Zo6cm+zI+slZT+uf+o
=
google.golang.org/genproto
v0.0.0-20230
125152338-dcaf20b6aeaa
/go.mod h1:
RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM=
google.golang.org/genproto
v0.0.0-20230
202175211-008b39050e57 h1:
vArvWooPH749rNHpBGgVl+U9B9dATjiEhJzcWGlovNs
=
google.golang.org/genproto
v0.0.0-20230
202175211-008b39050e57
/go.mod h1:
RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM=
google.golang.org/grpc
v1.19.0/go.mod h1:
mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc
v1.20.1/go.mod h1:
10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
google.golang.org/grpc
v1.21.1/go.mod h1:
oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
...
...
@@ -541,8 +540,6 @@ gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
gopkg.in/ini.v1
v1.67.0 h1:
Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=
gopkg.in/ini.v1
v1.67.0/go.mod h1:
pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
gopkg.in/yaml.v2
v2.2.2/go.mod h1:
hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2
v2.4.0 h1:
D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2
v2.4.0/go.mod h1:
RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3
v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:
K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3
v3.0.1 h1:
fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3
v3.0.1/go.mod h1:
K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment