diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-07-06 10:55:21 +0200 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-07-06 10:55:21 +0200 |
commit | fea946d9148338f75ca3b4eb7ef224a6ea4d0e5b (patch) | |
tree | c31e2ef5623054d67fe40d014905e8776d4f7955 /go.mod | |
parent | 9f7e14e4d0b7a552213b48409ffea2db9cfdd580 (diff) |
Don't spam the logs - downgrade sentry
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |