Skip to content

Commit 2094323

Browse files
committed
Merge branch 'id-bump-gitaly' into 'main'
Update Gitaly to 15.4.0-rc2 See merge request gitlab-org/gitlab-shell!681
2 parents 768d627 + 3f2438a commit 2094323

File tree

2 files changed

+114
-46
lines changed

2 files changed

+114
-46
lines changed

go.mod

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ require (
1111
github.com/otiai10/copy v1.4.2
1212
github.com/pires/go-proxyproto v0.6.2
1313
github.com/prometheus/client_golang v1.12.2
14-
github.com/sirupsen/logrus v1.8.1
14+
github.com/sirupsen/logrus v1.9.0
1515
github.com/stretchr/testify v1.8.0
16-
gitlab.com/gitlab-org/gitaly/v15 v15.2.0
16+
gitlab.com/gitlab-org/gitaly/v15 v15.4.0-rc2
1717
gitlab.com/gitlab-org/labkit v1.16.0
18-
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
18+
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
1919
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
20-
google.golang.org/grpc v1.47.0
20+
google.golang.org/grpc v1.48.0
2121
gopkg.in/yaml.v2 v2.4.0
2222
)
2323

@@ -47,7 +47,7 @@ require (
4747
github.com/google/pprof v0.0.0-20210804190019-f964ff605595 // indirect
4848
github.com/google/uuid v1.3.0 // indirect
4949
github.com/googleapis/gax-go/v2 v2.2.0 // indirect
50-
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
50+
github.com/hashicorp/yamux v0.1.1 // indirect
5151
github.com/jmespath/go-jmespath v0.4.0 // indirect
5252
github.com/kr/text v0.2.0 // indirect
5353
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20210210170715-a8dfcb80d3a7 // indirect
@@ -72,22 +72,17 @@ require (
7272
go.uber.org/atomic v1.9.0 // indirect
7373
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
7474
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
75-
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
75+
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
7676
golang.org/x/text v0.3.7 // indirect
7777
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
7878
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
7979
google.golang.org/api v0.74.0 // indirect
8080
google.golang.org/appengine v1.6.7 // indirect
8181
google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de // indirect
82-
google.golang.org/protobuf v1.28.0 // indirect
82+
google.golang.org/protobuf v1.28.1 // indirect
8383
gopkg.in/DataDog/dd-trace-go.v1 v1.32.0 // indirect
8484
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
8585
gopkg.in/yaml.v3 v3.0.1 // indirect
8686
)
8787

88-
// Gitaly specifies Gitlab Shell as a dependency and causes older versions
89-
// of Gitaly and Gitlab Shell to be included in go.sum.
90-
// Let's exclude the older version of Gitlab Shell to break the chain in the beginning
91-
exclude gitlab.com/gitlab-org/gitlab-shell/v14 v14.8.0
92-
9388
replace golang.org/x/crypto => gitlab.com/gitlab-org/golang-crypto v0.0.0-20220616060731-4818747c9fed

0 commit comments

Comments
 (0)