Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Gopkg should use override instead of constraint
Browse files Browse the repository at this point in the history
Change-Id: Ib785a2f37b35f5ba267f9622907415850984bf5e
  • Loading branch information
theganyo committed Sep 5, 2019
1 parent 683f755 commit 5edaecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ required = [
name = "github.com/lestrrat-go/jwx"
revision = "master"

[[constraint]]
[[override]]
name = "github.com/gogo/googleapis"
version = "v1.2.0"

Expand Down

0 comments on commit 5edaecb

Please sign in to comment.