aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2023-07-06 10:55:21 +0200
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2023-07-06 10:55:21 +0200
commitfea946d9148338f75ca3b4eb7ef224a6ea4d0e5b (patch)
treec31e2ef5623054d67fe40d014905e8776d4f7955 /go.mod
parent9f7e14e4d0b7a552213b48409ffea2db9cfdd580 (diff)
Don't spam the logs - downgrade sentry
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 48c2115d..4382d419 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/dgraph-io/ristretto v0.1.1
github.com/docker/docker v20.10.24+incompatible
github.com/docker/go-connections v0.4.0
- github.com/getsentry/sentry-go v0.22.0
+ github.com/getsentry/sentry-go v0.14.0
github.com/gologme/log v1.3.0
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0