gvisor: remove unneeded go-bindata

This commit is contained in:
Jörg Thalheim
2020-03-18 11:29:35 +00:00
parent 72f3f99907
commit e63be52970
@@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoModule, go-bindata }:
{ lib, fetchFromGitHub, buildGoModule }:
buildGoModule rec {
name = "gvisor-containerd-shim-${version}";