Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #451 from daxmc99/gomod
Browse files Browse the repository at this point in the history
Update go mod tidy (and fix for Azure/go-autorest & azure-sdk-for-go)
  • Loading branch information
ibuildthecloud authored Sep 20, 2019
2 parents 54242ad + 3f04609 commit 9150655
Show file tree
Hide file tree
Showing 34 changed files with 404 additions and 9,041 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/rancher/rio
go 1.12

replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.0.0+incompatible
github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.4.1
github.com/docker/distribution => github.com/docker/distribution v2.7.1-0.20190104202606-0ac367fd6bee+incompatible
github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
Expand Down Expand Up @@ -60,7 +61,6 @@ require (
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/moby/buildkit v0.6.0
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0 // indirect
github.com/opencontainers/runc v1.0.1-0.20190307181833-2b18fe1d885e // indirect
github.com/opentracing/opentracing-go v1.0.2 // indirect
github.com/pkg/errors v0.8.1
Expand Down
Loading

0 comments on commit 9150655

Please sign in to comment.