gvisor: remove unneeded go-bindata

This commit is contained in:
Jörg Thalheim
2020-03-17 17:42:54 +00:00
parent 72f3f99907
commit e63be52970

View File

@@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoModule, go-bindata }:
{ lib, fetchFromGitHub, buildGoModule }:
buildGoModule rec {
name = "gvisor-containerd-shim-${version}";