From ded4c7bc99cc6f352e203705ea048fa5cf1107a2 Mon Sep 17 00:00:00 2001
From: Craig Swank <craig@aurora.local>
Date: Fri, 3 Jan 2020 07:48:33 -0700
Subject: [PATCH] don't run go mod tidy

---
 .goreleaser.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.goreleaser.yml b/.goreleaser.yml
index 1c3ef36..f172f23 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -1,9 +1,5 @@
 # This is an example goreleaser.yaml file with some sane defaults.
 # Make sure to check the documentation at http://goreleaser.com
-before:
-  hooks:
-    # you may remove this if you don't use vgo
-    - go mod tidy
 builds:
 - env:
   - CGO_ENABLED=0