|
1 | 1 | module gitlab.com/gitlab-org/gitlab-shell/v14
|
2 | 2 |
|
3 |
| -go 1.17 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/golang-jwt/jwt/v4 v4.4.1 |
| 6 | + github.com/golang-jwt/jwt/v4 v4.4.3 |
7 | 7 | github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
8 | 8 | github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
9 | 9 | github.com/hashicorp/go-retryablehttp v0.7.1
|
10 |
| - github.com/mattn/go-shellwords v1.0.11 |
| 10 | + github.com/mattn/go-shellwords v1.0.12 |
11 | 11 | github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
|
12 | 12 | github.com/openshift/gssapi v0.0.0-20161010215902-5fb4217df13b
|
13 | 13 | github.com/otiai10/copy v1.4.2
|
14 | 14 | github.com/pires/go-proxyproto v0.6.2
|
15 |
| - github.com/prometheus/client_golang v1.13.1 |
| 15 | + github.com/prometheus/client_golang v1.14.0 |
16 | 16 | github.com/sirupsen/logrus v1.9.0
|
17 |
| - github.com/stretchr/testify v1.8.0 |
18 |
| - gitlab.com/gitlab-org/gitaly/v15 v15.4.0-rc2 |
19 |
| - gitlab.com/gitlab-org/labkit v1.16.0 |
20 |
| - golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa |
21 |
| - golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f |
22 |
| - google.golang.org/grpc v1.48.0 |
| 17 | + github.com/stretchr/testify v1.8.1 |
| 18 | + gitlab.com/gitlab-org/gitaly/v15 v15.9.0-rc4 |
| 19 | + gitlab.com/gitlab-org/labkit v1.17.0 |
| 20 | + golang.org/x/crypto v0.5.0 |
| 21 | + golang.org/x/sync v0.1.0 |
| 22 | + google.golang.org/grpc v1.53.0 |
23 | 23 | google.golang.org/protobuf v1.28.1
|
24 | 24 | gopkg.in/yaml.v2 v2.4.0
|
25 | 25 | )
|
26 | 26 |
|
27 | 27 | require (
|
28 |
| - cloud.google.com/go v0.100.2 // indirect |
29 |
| - cloud.google.com/go/compute v1.5.0 // indirect |
30 |
| - cloud.google.com/go/monitoring v1.4.0 // indirect |
| 28 | + cloud.google.com/go v0.107.0 // indirect |
| 29 | + cloud.google.com/go/compute v1.15.1 // indirect |
| 30 | + cloud.google.com/go/compute/metadata v0.2.3 // indirect |
| 31 | + cloud.google.com/go/monitoring v1.9.0 // indirect |
31 | 32 | cloud.google.com/go/profiler v0.1.0 // indirect
|
32 |
| - cloud.google.com/go/trace v1.2.0 // indirect |
33 |
| - contrib.go.opencensus.io/exporter/stackdriver v0.13.10 // indirect |
| 33 | + cloud.google.com/go/trace v1.4.0 // indirect |
| 34 | + contrib.go.opencensus.io/exporter/stackdriver v0.13.14 // indirect |
34 | 35 | github.com/DataDog/datadog-go v4.4.0+incompatible // indirect
|
35 | 36 | github.com/DataDog/sketches-go v1.0.0 // indirect
|
36 |
| - github.com/Microsoft/go-winio v0.5.0 // indirect |
37 |
| - github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect |
38 |
| - github.com/aws/aws-sdk-go v1.43.31 // indirect |
| 37 | + github.com/Microsoft/go-winio v0.5.1 // indirect |
| 38 | + github.com/aws/aws-sdk-go v1.44.151 // indirect |
39 | 39 | github.com/beevik/ntp v0.3.0 // indirect
|
40 | 40 | github.com/beorn7/perks v1.0.1 // indirect
|
41 |
| - github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect |
42 |
| - github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 41 | + github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect |
| 42 | + github.com/cespare/xxhash/v2 v2.2.0 // indirect |
43 | 43 | github.com/client9/reopen v1.0.0 // indirect
|
44 | 44 | github.com/davecgh/go-spew v1.1.1 // indirect
|
45 |
| - github.com/go-ole/go-ole v1.2.4 // indirect |
| 45 | + github.com/go-ole/go-ole v1.2.6 // indirect |
46 | 46 | github.com/gogo/protobuf v1.3.2 // indirect
|
47 | 47 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
48 | 48 | github.com/golang/protobuf v1.5.2 // indirect
|
49 |
| - github.com/google/go-cmp v0.5.8 // indirect |
50 |
| - github.com/google/pprof v0.0.0-20210804190019-f964ff605595 // indirect |
| 49 | + github.com/google/go-cmp v0.5.9 // indirect |
| 50 | + github.com/google/pprof v0.0.0-20221102093814-76f304f74e5e // indirect |
51 | 51 | github.com/google/uuid v1.3.0 // indirect
|
52 |
| - github.com/googleapis/gax-go/v2 v2.2.0 // indirect |
53 |
| - github.com/hashicorp/go-cleanhttp v0.5.1 // indirect |
| 52 | + github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect |
| 53 | + github.com/googleapis/gax-go/v2 v2.7.0 // indirect |
| 54 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
54 | 55 | github.com/hashicorp/yamux v0.1.1 // indirect
|
55 | 56 | github.com/jmespath/go-jmespath v0.4.0 // indirect
|
56 |
| - github.com/kr/text v0.2.0 // indirect |
| 57 | + github.com/kr/pretty v0.3.1 // indirect |
57 | 58 | github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20210210170715-a8dfcb80d3a7 // indirect
|
58 | 59 | github.com/lightstep/lightstep-tracer-go v0.25.0 // indirect
|
59 |
| - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 60 | + github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect |
| 61 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 62 | + github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect |
60 | 63 | github.com/oklog/ulid/v2 v2.0.2 // indirect
|
| 64 | + github.com/onsi/ginkgo v1.16.5 // indirect |
| 65 | + github.com/onsi/gomega v1.20.1 // indirect |
61 | 66 | github.com/opentracing/opentracing-go v1.2.0 // indirect
|
62 | 67 | github.com/philhofer/fwd v1.1.1 // indirect
|
63 | 68 | github.com/pkg/errors v0.9.1 // indirect
|
64 | 69 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
65 |
| - github.com/prometheus/client_model v0.2.0 // indirect |
| 70 | + github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect |
| 71 | + github.com/prometheus/client_model v0.3.0 // indirect |
66 | 72 | github.com/prometheus/common v0.37.0 // indirect
|
67 | 73 | github.com/prometheus/procfs v0.8.0 // indirect
|
| 74 | + github.com/prometheus/prometheus v0.40.5 // indirect |
68 | 75 | github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a // indirect
|
69 |
| - github.com/shirou/gopsutil/v3 v3.21.2 // indirect |
| 76 | + github.com/shirou/gopsutil/v3 v3.22.8 // indirect |
70 | 77 | github.com/tinylib/msgp v1.1.2 // indirect
|
71 |
| - github.com/tklauser/go-sysconf v0.3.4 // indirect |
72 |
| - github.com/tklauser/numcpus v0.2.1 // indirect |
| 78 | + github.com/tklauser/go-sysconf v0.3.10 // indirect |
| 79 | + github.com/tklauser/numcpus v0.4.0 // indirect |
73 | 80 | github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
|
74 | 81 | github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
75 |
| - go.opencensus.io v0.23.0 // indirect |
76 |
| - go.uber.org/atomic v1.9.0 // indirect |
77 |
| - golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect |
78 |
| - golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect |
79 |
| - golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect |
80 |
| - golang.org/x/text v0.3.8 // indirect |
81 |
| - golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect |
82 |
| - golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
83 |
| - google.golang.org/api v0.74.0 // indirect |
| 82 | + github.com/yusufpapurcu/wmi v1.2.2 // indirect |
| 83 | + go.opencensus.io v0.24.0 // indirect |
| 84 | + go.uber.org/atomic v1.10.0 // indirect |
| 85 | + golang.org/x/net v0.5.0 // indirect |
| 86 | + golang.org/x/oauth2 v0.4.0 // indirect |
| 87 | + golang.org/x/sys v0.5.0 // indirect |
| 88 | + golang.org/x/text v0.6.0 // indirect |
| 89 | + golang.org/x/time v0.3.0 // indirect |
| 90 | + golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |
| 91 | + google.golang.org/api v0.103.0 // indirect |
84 | 92 | google.golang.org/appengine v1.6.7 // indirect
|
85 |
| - google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de // indirect |
| 93 | + google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect |
86 | 94 | gopkg.in/DataDog/dd-trace-go.v1 v1.32.0 // indirect
|
87 |
| - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
88 | 95 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
89 | 96 | )
|
90 | 97 |
|
|
0 commit comments