-
- Downloads
Merge branch 'id-bump-text' into 'main'
Clean up go.sum by updating libraries in go.mod See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/692 Merged-by:Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Alejandro Rodríguez <alejandro@gitlab.com> Approved-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
Igor Drozdov <idrozdov@gitlab.com>
No related branches found
No related tags found
Loading
| Loading
| @@ -10,7 +10,7 @@ require ( |
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a | ||
github.com/otiai10/copy v1.4.2 | ||
github.com/pires/go-proxyproto v0.6.2 | ||
github.com/prometheus/client_golang v1.12.2 | ||
github.com/prometheus/client_golang v1.13.1 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/stretchr/testify v1.8.0 | ||
gitlab.com/gitlab-org/gitaly/v15 v15.4.0-rc2 | ||
Loading
| Loading
| @@ -18,6 +18,7 @@ require ( |
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa | ||
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f | ||
google.golang.org/grpc v1.48.0 | ||
google.golang.org/protobuf v1.28.1 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
Loading
| Loading
| @@ -59,8 +60,8 @@ require ( |
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.32.1 // indirect | ||
github.com/prometheus/procfs v0.7.3 // indirect | ||
github.com/prometheus/common v0.37.0 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a // indirect | ||
github.com/shirou/gopsutil/v3 v3.21.2 // indirect | ||
github.com/tinylib/msgp v1.1.2 // indirect | ||
Loading
| Loading
| @@ -72,17 +73,18 @@ require ( |
go.uber.org/atomic v1.9.0 // indirect | ||
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect | ||
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect | ||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect | ||
golang.org/x/text v0.3.8 // indirect | ||
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/api v0.74.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/DataDog/dd-trace-go.v1 v1.32.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
replace golang.org/x/crypto => gitlab.com/gitlab-org/golang-crypto v0.0.0-20220616060731-4818747c9fed | ||
exclude github.com/prometheus/client_golang v1.12.1 |
This diff is collapsed.
Please register or sign in to comment