Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
- buger/jsonparser v1.0.0 -> v1.1.1
- getsentry/sentry-go v0.12.0 -> v0.21.0
- rs/zerolog v1.26.1 -> v1.29.1
- stretchr/testify v1.7.0 -> v1.8.4
  • Loading branch information
aleksandr-tuliakov committed Jun 5, 2023
1 parent 62cc923 commit 0d1a968
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 223 deletions.
17 changes: 10 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
module github.com/archdx/zerolog-sentry

go 1.18
go 1.20

require (
github.com/buger/jsonparser v1.0.0
github.com/getsentry/sentry-go v0.12.0
github.com/rs/zerolog v1.26.1
github.com/stretchr/testify v1.7.0
github.com/buger/jsonparser v1.1.1
github.com/getsentry/sentry-go v0.21.0
github.com/rs/zerolog v1.29.1
github.com/stretchr/testify v1.8.4
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 0d1a968

Please sign in to comment.