summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2021-08-03 15:07:13 +0100
committerNick Thomas <nick@gitlab.com>2021-08-04 08:12:54 +0100
commit1274858f5565d59dcc36813964334a21fffc369b (patch)
treefc3c6b211c2272e7d3b1b1c206b55bf581380cd8 /go.mod
parent00735e0bbf51e28bcec5086d9d0f62999d19d2c5 (diff)
downloadgitlab-shell-1274858f5565d59dcc36813964334a21fffc369b.tar.gz
Switch to labkit for logging system setup
- We start supporting the "color" format for logs. - We now respond to SIGHUP by reopening the log file. - We now respect the log format when no log filename is specified. Output to syslog in the event of logging system setup is preserved in OpenSSH mode. Changelog: added
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index f0fe06d..7c135f8 100644
--- a/go.mod
+++ b/go.mod
@@ -10,10 +10,9 @@ require (
github.com/otiai10/copy v1.4.2
github.com/pires/go-proxyproto v0.6.0
github.com/prometheus/client_golang v1.10.0
- github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
gitlab.com/gitlab-org/gitaly/v14 v14.0.0-rc1
- gitlab.com/gitlab-org/labkit v1.4.1
+ gitlab.com/gitlab-org/labkit v1.7.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/grpc v1.37.0