Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
module github.com/gogearbox/sentry

go 1.16
go 1.23.0

Check failure on line 3 in go.mod

View workflow job for this annotation

GitHub Actions / test_and_build (1.14.x, ubuntu-latest)

usage: go 1.23

require (
github.com/getsentry/sentry-go v0.11.0
github.com/getsentry/sentry-go v0.40.0
github.com/gogearbox/gearbox v1.2.2
github.com/valyala/fasthttp v1.29.0
)

require (
github.com/andybalholm/brotli v1.0.2 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/klauspost/compress v1.13.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
)
Loading
Loading