Skip to content

Commit

Permalink
Update vendored dependencies to remove go-systemd/util
Browse files Browse the repository at this point in the history
This removes "github.com/coreos/go-systemd/util", no longer needed after
removing the dependency on it.

It also gets rid of "github.com/coreos/pkg/dlopen", since that was only
referred to by the aforementioned "util" package.

Tested that everything builds and works as expected.

Signed-off-by: Filipe Brandenburger <filbranden@gmail.com>
  • Loading branch information
filbranden committed Aug 23, 2019
1 parent 588f040 commit 4ca0077
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 637 deletions.
1 change: 0 additions & 1 deletion vendor.conf
Expand Up @@ -12,7 +12,6 @@ github.com/syndtr/gocapability db04d3cc01c8b54962a58ec7e491717d06cfcc16
github.com/vishvananda/netlink 1e2e08e8a2dcdacaae3f14ac44c5cfa31361f270
# systemd integration.
github.com/coreos/go-systemd v14
github.com/coreos/pkg v3
github.com/godbus/dbus v3
github.com/golang/protobuf 18c9bb3261723cd5401db4d0c9fbc5c3b6c70fe8
# Command-line interface.
Expand Down
90 changes: 0 additions & 90 deletions vendor/github.com/coreos/go-systemd/util/util.go

This file was deleted.

174 changes: 0 additions & 174 deletions vendor/github.com/coreos/go-systemd/util/util_cgo.go

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/github.com/coreos/go-systemd/util/util_stub.go

This file was deleted.

0 comments on commit 4ca0077

Please sign in to comment.