From 27aa5bb9246ca208cc6c878331f1fa8d0e17d1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 25 Apr 2019 09:58:20 +0200 Subject: [PATCH] Create Gopkg.toml --- functions/Gopkg.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 functions/Gopkg.toml diff --git a/functions/Gopkg.toml b/functions/Gopkg.toml new file mode 100644 index 0000000..2c26088 --- /dev/null +++ b/functions/Gopkg.toml @@ -0,0 +1,5 @@ +ignored = ["github.com/kubeless/kubeless/pkg/functions"] + +[[constraint]] + name = "github.com/sirupsen/logrus" +branch = "master"