From c27ab0abc26a7f4a4a689c6d8fc8a007e5ed8535 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Wed, 25 Sep 2019 17:00:40 +1000 Subject: [PATCH] gobuster: remove GO111MODULE as it is default --- Formula/gobuster.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/gobuster.rb b/Formula/gobuster.rb index 5e3714f7be..f1ea3809c3 100644 --- a/Formula/gobuster.rb +++ b/Formula/gobuster.rb @@ -16,7 +16,6 @@ class Gobuster < Formula def install ENV["GOPATH"] = buildpath - ENV["GO111MODULE"] = "on" dir = buildpath/"src/github.com/OJ/gobuster" dir.install buildpath.children