Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
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,10 +1,16 @@
module github.com/kvvzr/bitrise-step-comment-on-github-pull-request

go 1.16
go 1.23.0

require (
github.com/bitrise-io/go-utils v0.0.0-20210318101856-947ef8d6c529
github.com/bitrise-io/go-utils v1.0.1
github.com/bitrise-tools/go-steputils v0.0.0-20201016102104-03ae3a6ded35
github.com/google/go-github/v33 v33.0.0
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84
golang.org/x/oauth2 v0.27.0
)

require (
github.com/bitrise-io/go-steputils v1.0.6 // indirect
github.com/google/go-querystring v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e // indirect
)
394 changes: 34 additions & 360 deletions go.sum

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions vendor/github.com/golang/protobuf/AUTHORS

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/golang/protobuf/CONTRIBUTORS

This file was deleted.

28 changes: 0 additions & 28 deletions vendor/github.com/golang/protobuf/LICENSE

This file was deleted.

324 changes: 0 additions & 324 deletions vendor/github.com/golang/protobuf/proto/buffer.go

This file was deleted.

Loading