diff options
author | Nick Thomas <nick@gitlab.com> | 2019-10-17 12:26:08 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-10-18 11:47:25 +0100 |
commit | ede41ee451dd0aa6d0ecd958c7fadbdb3b63f3e4 (patch) | |
tree | 0f80f7394231d39970f23a08ba9ba2ce7051e22c /go.mod | |
parent | ff46222a3a75467d6b22c94abb09a3bb6be60623 (diff) | |
download | gitlab-shell-ede41ee451dd0aa6d0ecd958c7fadbdb3b63f3e4.tar.gz |
Simplify building and testing the Go components
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,16 +1,14 @@ -module gitlab.com/gitlab-org/gitlab-shell/go +module gitlab.com/gitlab-org/gitlab-shell go 1.12 require ( github.com/mattn/go-shellwords v0.0.0-20190425161501-2444a32a19f4 github.com/otiai10/copy v1.0.1 - github.com/otiai10/curr v0.0.0-20190513014714-f5a3d24e5776 // indirect github.com/sirupsen/logrus v1.2.0 github.com/stretchr/testify v1.3.0 gitlab.com/gitlab-org/gitaly v1.68.0 gitlab.com/gitlab-org/labkit v0.0.0-20190221122536-0c3fc7cdd57c google.golang.org/grpc v1.24.0 - gopkg.in/DataDog/dd-trace-go.v1 v1.9.0 // indirect gopkg.in/yaml.v2 v2.2.2 ) |