aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2024-10-03 06:18:55 -0500
committerSlack Coder <slackcoder@server.ky>2024-10-03 06:18:49 -0500
commit8ca5da1434c7ad1cc2e23e9d8a08d15b14382ebc (patch)
tree94bba4dee27ff126977128b39cefbf90f97c5387 /go.mod
parent2e21de533046236bf71c3f178d1b3d5eb0f2311e (diff)
downloadmirror-8ca5da1434c7ad1cc2e23e9d8a08d15b14382ebc.tar.xz
mod: Remove mergo dependency
The small amount of configuration fields does not justify its inclusion.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
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
)