-
- Downloads
Update build
Some pre-work for adding Prometheus metrics to SSH server. * Update Go modules to latest. * Add Go 1.15 build. https://gitlab.com/gitlab-org/gitlab-shell/-/issues/121 Signed-off-by:Ben Kochie <superq@gmail.com>
Loading
| Loading
| @@ -3,14 +3,14 @@ module gitlab.com/gitlab-org/gitlab-shell |
go 1.13 | ||
require ( | ||
github.com/mattn/go-shellwords v0.0.0-20190425161501-2444a32a19f4 | ||
github.com/otiai10/copy v1.0.1 | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/mattn/go-shellwords v1.0.11 | ||
github.com/otiai10/copy v1.4.2 | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/stretchr/testify v1.6.1 | ||
gitlab.com/gitlab-org/gitaly v1.68.0 | ||
gitlab.com/gitlab-org/labkit v0.0.0-20200908084045-45895e129029 | ||
google.golang.org/grpc v1.24.0 | ||
gopkg.in/yaml.v2 v2.2.8 | ||
gitlab.com/gitlab-org/labkit v1.3.0 | ||
google.golang.org/grpc v1.35.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
// go get tries to enforce semantic version compatibility via module paths. | ||
Loading
| Loading
|
Please register or sign in to comment