Skip to content
Closed
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ require (
github.com/aws/aws-sdk-go v1.38.67
github.com/chromedp/cdproto v0.0.0-20210526005521-9e51b9051fd0
github.com/chromedp/chromedp v0.7.3
github.com/getsentry/sentry-go v0.11.0
github.com/getsentry/sentry-go v0.15.0
github.com/go-chi/chi/v5 v5.0.3
github.com/gorilla/schema v1.2.0
github.com/jessevdk/go-flags v1.5.0
github.com/rs/xid v1.3.0
github.com/rs/zerolog v1.23.0
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
)
Loading