diff --git a/main.go b/main.go index b7ee066..40cdd81 100644 --- a/main.go +++ b/main.go @@ -66,6 +66,9 @@ func init() { os.Setenv("GOPRIVATE", excludeHost) } + // Enable Go module + os.Setenv("GO111MODULE", "on") + downloadRoot = getDownloadRoot() }