Skip to content

Commit

Permalink
sentry v0.11.0 -> v0.28.1; resolves http/resp.GenericErr skip frame bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLarsKetch committed Aug 20, 2024
1 parent 9d180c6 commit 04eebb4
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 186 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ module github.com/xy-planning-network/trails
go 1.22.5

require (
github.com/getsentry/sentry-go v0.11.0
github.com/google/uuid v1.3.0
github.com/getsentry/sentry-go v0.28.1
github.com/google/uuid v1.6.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/joho/godotenv v1.4.0
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.2
github.com/xy-planning-network/tint v0.0.0-20230906200307-662ca545427c
go.uber.org/mock v0.3.0
golang.org/x/text v0.16.0
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
golang.org/x/time v0.3.0
gorm.io/driver/postgres v1.5.7
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
)
Expand All @@ -28,10 +28,11 @@ require (
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
golang.org/x/sys v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 04eebb4

Please sign in to comment.