Skip to content

Commit

Permalink
update sentry library (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <paskal.maksim@gmail.com>
  • Loading branch information
maksim-paskal authored Mar 21, 2022
1 parent a6a3f22 commit 5bb84fb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/gorilla/mux v1.8.0
github.com/maksim-paskal/logrus-hook-sentry v0.0.8
github.com/maksim-paskal/logrus-hook-sentry v0.0.9
github.com/prometheus/alertmanager v0.23.0
github.com/sirupsen/logrus v1.8.1
gopkg.in/yaml.v2 v2.4.0
Expand All @@ -14,7 +14,7 @@ require (
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/getsentry/sentry-go v0.9.0 // indirect
github.com/getsentry/sentry-go v0.13.0 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand All @@ -25,6 +25,6 @@ require (
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
)
Loading

0 comments on commit 5bb84fb

Please sign in to comment.