From f79002168e0719cc46ab832b8b8ad7d9badcff8c Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 23 Apr 2021 09:48:32 -0700 Subject: [PATCH] Move mod to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index be93693..c51c82b 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module git.iamthefij.com/iamthefij/slog +module git.iamthefij.com/iamthefij/slog/v2 go 1.15