Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit edcc90a

Browse files
committed
upd mod
1 parent a9d16ad commit edcc90a

File tree

3 files changed

+84
-39
lines changed

3 files changed

+84
-39
lines changed

go.mod

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
module github.com/archdx/zerolog-sentry
22

3-
go 1.13
3+
go 1.15
44

55
require (
66
github.com/buger/jsonparser v1.0.0
7-
github.com/getsentry/sentry-go v0.6.1
8-
github.com/pkg/errors v0.9.1 // indirect
9-
github.com/rs/zerolog v1.18.0
7+
github.com/getsentry/sentry-go v0.12.0
8+
github.com/rs/zerolog v1.26.1
109
github.com/stretchr/testify v1.4.0
1110
)

0 commit comments

Comments
 (0)