Skip to content

Commit

Permalink
Pinned go-autorest to v13.3.3
Browse files Browse the repository at this point in the history
Azure/go-autorest version less than v12.0.0 causes ambiguous imports.
Though it's not agola direct dependency, it causes problem when others
use agola.io/agola as dependency.

So pinning Azure/go-autorest to v1.13.3 to prevent this issue.

See: Azure/go-autorest#414
  • Loading branch information
cuonglm committed Mar 10, 2020
1 parent 3670416 commit b1443c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ require (
)

replace github.com/docker/docker v1.13.1 => github.com/docker/engine v0.0.0-20200204220554-5f6d6f3f2203

replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.3+incompatible

0 comments on commit b1443c9

Please sign in to comment.