From b60a43b438cdb2064079de0b29b33dc6fac15cb6 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 2 Sep 2021 18:53:42 +0000 Subject: [PATCH] gopretty: Add gointernal dependency --- projects/gopretty/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/gopretty/config b/projects/gopretty/config index 7108ada..3732f1a 100644 --- a/projects/gopretty/config +++ b/projects/gopretty/config @@ -10,11 +10,14 @@ var: use_container: 1 go_lib: github.com/kr/pretty go_lib_deps: + - gointernal - gotext input_files: - project: container-image - name: go project: go + - name: gointernal + project: gointernal - name: gotext project: gotext