summaryrefslogtreecommitdiff
path: root/package-source.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-04-13 14:07:55 +0200
committerJakob Unterwurzacher2020-04-13 14:54:04 +0200
commite509b27a5ca78612d0a080265ef62e7ea897a296 (patch)
tree47b805e0142c39b20b29a321d1e59364c05cedbb /package-source.bash
parentcad711993d67dd920f9749a09414dbbba6ab8136 (diff)
Convert build and packaging scripts to Go Modules
Diffstat (limited to 'package-source.bash')
-rwxr-xr-xpackage-source.bash2
1 files changed, 1 insertions, 1 deletions
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