From 6abe8395a5372f57234d129250d1851d462cf72e Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Sat, 14 Sep 2019 01:46:30 +0000 Subject: [PATCH] Remove explicit empty go_lib_deps This brings us closer to upstream Tor conventions. --- projects/gobtcjson/config | 1 - projects/gogroupcache/config | 1 - projects/gopflag/config | 1 - projects/gosystemd/config | 1 - projects/gotemplate/config | 1 - projects/gotext/config | 1 - projects/gotoml/config | 1 - projects/gounits/config | 1 - 8 files changed, 8 deletions(-) diff --git a/projects/gobtcjson/config b/projects/gobtcjson/config index 033342c..58e196c 100644 --- a/projects/gobtcjson/config +++ b/projects/gobtcjson/config @@ -9,7 +9,6 @@ var: container: use_container: 1 go_lib: github.com/hlandauf/btcjson - go_lib_deps: [] input_files: - project: container-image diff --git a/projects/gogroupcache/config b/projects/gogroupcache/config index 12d7d3b..15493ef 100644 --- a/projects/gogroupcache/config +++ b/projects/gogroupcache/config @@ -11,7 +11,6 @@ var: go_lib: github.com/golang/groupcache go_lib_install: - github.com/golang/groupcache/lru - go_lib_deps: [] input_files: - project: container-image diff --git a/projects/gopflag/config b/projects/gopflag/config index 403d84b..16141cc 100644 --- a/projects/gopflag/config +++ b/projects/gopflag/config @@ -9,7 +9,6 @@ var: container: use_container: 1 go_lib: github.com/ogier/pflag - go_lib_deps: [] input_files: - project: container-image diff --git a/projects/gosystemd/config b/projects/gosystemd/config index 898a34a..95819cc 100644 --- a/projects/gosystemd/config +++ b/projects/gosystemd/config @@ -11,7 +11,6 @@ var: go_lib: github.com/coreos/go-systemd go_lib_install: - github.com/coreos/go-systemd/journal - go_lib_deps: [] build_go_lib_pre: | [% IF c("var/linux") %] [% pc(c('var/compiler'), 'var/setup', { compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')) }) %] diff --git a/projects/gotemplate/config b/projects/gotemplate/config index 783ae71..62cddc9 100644 --- a/projects/gotemplate/config +++ b/projects/gotemplate/config @@ -9,7 +9,6 @@ var: container: use_container: 1 go_lib: github.com/alecthomas/template - go_lib_deps: [] input_files: - project: container-image diff --git a/projects/gotext/config b/projects/gotext/config index 04e26b5..5493329 100644 --- a/projects/gotext/config +++ b/projects/gotext/config @@ -9,7 +9,6 @@ var: container: use_container: 1 go_lib: github.com/kr/text - go_lib_deps: [] input_files: - project: container-image diff --git a/projects/gotoml/config b/projects/gotoml/config index d96fc55..c40c582 100644 --- a/projects/gotoml/config +++ b/projects/gotoml/config @@ -9,7 +9,6 @@ var: container: use_container: 1 go_lib: github.com/BurntSushi/toml - go_lib_deps: [] input_files: - project: container-image diff --git a/projects/gounits/config b/projects/gounits/config index b0f9467..2b450ad 100644 --- a/projects/gounits/config +++ b/projects/gounits/config @@ -9,7 +9,6 @@ var: container: use_container: 1 go_lib: github.com/alecthomas/units - go_lib_deps: [] input_files: - project: container-image