Skip to content

Commit

Permalink
update sentry version
Browse files Browse the repository at this point in the history
  • Loading branch information
deep110 committed Jul 29, 2021
1 parent 092462c commit fd6b339
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 53 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ go 1.12
require (
github.com/Vernacular-ai/gorm v1.10.1
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/getsentry/sentry-go v0.2.1
github.com/google/go-cmp v0.3.1
github.com/getsentry/sentry-go v0.11.0
github.com/google/go-cmp v0.5.5
github.com/hashicorp/go-getter v1.4.0
github.com/jinzhu/now v1.1.1 // indirect
github.com/julienschmidt/httprouter v1.3.0
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mediocregopher/radix.v2 v0.0.0-20181115013041-b67df6e626f9
github.com/mediocregopher/radix/v3 v3.4.2
github.com/newrelic/go-agent v2.10.0+incompatible
Expand All @@ -19,7 +19,7 @@ require (
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2 v2.2.4
)

// replace github.com/Vernacular-ai/gorm => /Users/adityasatyavada/go/src/github.com/Vernacular-ai/gorm
Loading

0 comments on commit fd6b339

Please sign in to comment.