Skip to content

Commit

Permalink
Remove some constraints from our Gopkg.toml. (#318)
Browse files Browse the repository at this point in the history
These are not required and make the builds of dependent programs harder.
  • Loading branch information
dlorenc authored Aug 27, 2018
1 parent 216b14f commit a740b53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"

0 comments on commit a740b53

Please sign in to comment.