From e509b27a5ca78612d0a080265ef62e7ea897a296 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 13 Apr 2020 14:07:55 +0200 Subject: Convert build and packaging scripts to Go Modules --- package-source.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package-source.bash') diff --git a/package-source.bash b/package-source.bash index 4d0c24d..cdd9923 100755 --- a/package-source.bash +++ b/package-source.bash @@ -27,7 +27,7 @@ PREFIX_SRC_ONLY=gocryptfs_${GITVERSION}_src git_archive_extra "$PREFIX_SRC_ONLY" VERSION Documentation/*.1 # gocryptfs source + dependencies tarball -dep ensure +go mod vendor PREFIX_SRC_DEPS=gocryptfs_${GITVERSION}_src-deps git_archive_extra "$PREFIX_SRC_DEPS" VERSION Documentation/*.1 vendor -- cgit v1.2.3