From 73aeaec8227b8c60cec5310412b734c462ef2c12 Mon Sep 17 00:00:00 2001 From: Zack Date: Thu, 1 Nov 2018 07:29:11 -0700 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 96aa880..9d1e788 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/schollz/croc +module github.com/schollz/croc/v4 require ( github.com/BurntSushi/toml v0.3.1