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
12 changes: 9 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
module github.com/urcomputeringpal/sentry-actions

go 1.15
go 1.23.0

require (
github.com/getsentry/sentry-go v0.8.0
github.com/google/go-cmp v0.5.4
github.com/google/go-cmp v0.5.9
github.com/google/go-github/v32 v32.1.1-0.20201127221936-2aebd0d1a6c3
github.com/hashicorp/go-multierror v1.1.0
github.com/sethvargo/go-githubactions v0.3.0
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
golang.org/x/oauth2 v0.27.0
)

require (
github.com/google/go-querystring v1.0.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
)
Loading
Loading