summaryrefslogtreecommitdiff
path: root/go1.4.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-09-06 20:52:30 +0200
committerJakob Unterwurzacher2017-09-06 20:52:30 +0200
commit512be8f081d2cc2afc778a2dcf5447647de2bbea (patch)
treef658fa2ec26869e2370996819a0a847b3dec1f13 /go1.4.go
parent604b0779d47d39fc5390a67167a8090748843cc1 (diff)
Add "dep" files: Gopkg.toml and Gopkg.lock
Allows users to get a reproduceable build. Still needs to be integrated into build.bash. Suggested at https://github.com/rfjakob/gocryptfs/issues/142
Diffstat (limited to 'go1.4.go')
-rw-r--r--go1.4.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go1.4.go b/go1.4.go
index 7c01ce8..3ca5307 100644
--- a/go1.4.go
+++ b/go1.4.go
@@ -4,4 +4,4 @@ package main
// Cause an early compile error on Go 1.4 an lower. We need Go 1.5 for a number
// of reasons, among them NewGCMWithNonceSize, RawURLEncoding, runtime/trace.
-import "You_need_Go_1.5_or_higher_to_compile_gocryptfs"
+import "You_need_Go_1_5_or_higher_to_compile_gocryptfs"