From 3b1065f384a85d8facdc54ad1f75160bb0547d9d Mon Sep 17 00:00:00 2001 From: sloumdrone Date: Wed, 2 Oct 2019 19:37:39 -0700 Subject: [PATCH] Updating go module declaration to require go 1.12+ --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4326c42..609acc7 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module tildegit.org/sloum/bombadillo -go 1.10 +go 1.12 require tildegit.org/sloum/mailcap v0.0.0-20190706214029-b787a49e9db2