From 8ca5da1434c7ad1cc2e23e9d8a08d15b14382ebc Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Thu, 3 Oct 2024 06:18:55 -0500 Subject: mod: Remove mergo dependency The small amount of configuration fields does not justify its inclusion. --- go.mod | 1 - 1 file changed, 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c272af1..9564972 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ module git.server.ky/slackcoder/mirror go 1.22.4 require ( - dario.cat/mergo v1.0.0 github.com/BurntSushi/toml v1.4.0 github.com/stretchr/testify v1.9.0 ) -- cgit v1.2.3