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

Update go mod tidy (and fix for Azure/go-autorest & azure-sdk-for-go) #451

Merged
merged 1 commit into from
Sep 20, 2019
Merged
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
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