summaryrefslogtreecommitdiff
path: root/dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies')
-rw-r--r--dependencies/analyses/README.md1
-rw-r--r--dependencies/dependencies.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/dependencies/analyses/README.md b/dependencies/analyses/README.md
index 7309b1fa8..41d2ea418 100644
--- a/dependencies/analyses/README.md
+++ b/dependencies/analyses/README.md
@@ -29,7 +29,6 @@ WORK=/tmp/go-build794287815
2.7M github.com/containers/podman/vendor/github.com/gogo/protobuf/proto
2.5M github.com/containers/podman/vendor/k8s.io/apimachinery/pkg/apis/meta/v1
2.3M github.com/containers/podman/vendor/github.com/vishvananda/netlink
-2.1M github.com/containers/podman/cmd/podman/varlink
```
The output of the `go-archive-analysis.sh` script is a sorted table with the size in bytes followed by the package.
diff --git a/dependencies/dependencies.go b/dependencies/dependencies.go
index 404ec2e60..b03ab149b 100644
--- a/dependencies/dependencies.go
+++ b/dependencies/dependencies.go
@@ -2,5 +2,4 @@ package dependencies
import (
_ "github.com/onsi/ginkgo/ginkgo"
- _ "github.com/varlink/go/cmd/varlink-go-interface-generator" // Note: this file is used to trick `go mod` into vendoring the command below.
)