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
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ require (
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f // indirect
github.com/juju/testing v0.0.0-20200706033705-4c23f9c453cd // indirect
github.com/palantir/go-baseapp v0.5.1
github.com/palantir/go-githubapp v0.18.0
github.com/palantir/go-githubapp v0.27.0
github.com/palantir/policy-bot v1.31.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.29.1
github.com/shurcooL/githubv4 v0.0.0-20230704064427-599ae7bbf278
github.com/rs/zerolog v1.33.0
github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
goji.io v2.0.2+incompatible
gopkg.in/yaml.v2 v2.4.0
)
Loading