From d54251101dc0dc48e1aee1f11d0f55e4dc7301f5 Mon Sep 17 00:00:00 2001 From: patrick-men <68388275+patrick-men@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:50:35 +0100 Subject: [PATCH] fix: removed hardcoded user directory (#112) --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 0b37e8c..2ad126f 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/buttahtoast/subst go 1.19 -replace github.com/buttahtoast/pkg/decryptors => /Users/pariah/Projects/pkg/decryptors - require ( github.com/BurntSushi/toml v1.2.1 github.com/MakeNowJust/heredoc v1.0.0