Skip to content

Commit 2dbd6a6

Browse files
authored
Add constraint for bradleyfalzon/ghinstallation (#29)
As of 1.0.0, this library includes a breaking API change and appears to require that we adopt modules to be compatible with the go-github imports.
1 parent 8ca14e1 commit 2dbd6a6

File tree

2 files changed

+58
-50
lines changed

2 files changed

+58
-50
lines changed

Gopkg.lock

Lines changed: 54 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ ignored = [
33
"github.com/golang/protobuf/proto"
44
]
55

6+
[[constraint]]
7+
name = "github.com/bradleyfalzon/ghinstallation"
8+
version = "<1.0.0"
9+
610
[prune]
711
non-go = true
812
go-tests = true

0 commit comments

Comments
 (0)