Remove some constraints from our Gopkg.toml. (#318)

These are not required and make the builds of dependent programs harder.
This commit is contained in:
dlorenc 2018-08-27 13:55:51 -05:00 committed by GitHub
parent 216b14f79f
commit a740b53e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 17 deletions

2
Gopkg.lock generated
View File

@ -973,6 +973,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "e2edf813355250ce0afb670aa8ed7096b44d93edaa813598a2717417bfd30d5a"
inputs-digest = "cb0a41d18a5ad50aed7a41a7de5d4cf9d6dd43d473fef064cd891dbe3677c3e1"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -11,10 +11,6 @@ required = [
name = "github.com/prometheus/client_golang"
revision = "a40133b69fbd73ee655606a9bf5f8b9b9bf758dd"
[[override]]
name = "github.com/containers/storage"
revision = "1e5ce40cdb84ab66e26186435b1273e04b879fef"
[[override]]
name = "github.com/opencontainers/runc"
revision = "4fc53a81fb7c994640722ac585fa9ca548971871"
@ -31,10 +27,6 @@ required = [
name = "google.golang.org/grpc"
revision = "8124abf74e7633d82a5b96585b0da487d0e6eed0"
[[constraint]]
name = "github.com/genuinetools/amicontained"
version = "0.4.0"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.13.56"
@ -46,11 +38,3 @@ required = [
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.11.0"
[[override]]
name = "github.com/tonistiigi/fsutil"
branch = "master"
[[constraint]]
name = "github.com/docker/docker"
revision = "71cd53e4a197b303c6ba086bd584ffd67a884281"