diff options
author | Slack Coder <slackcoder@server.ky> | 2024-10-03 06:18:55 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-10-03 06:18:49 -0500 |
commit | 8ca5da1434c7ad1cc2e23e9d8a08d15b14382ebc (patch) | |
tree | 94bba4dee27ff126977128b39cefbf90f97c5387 /go.mod | |
parent | 2e21de533046236bf71c3f178d1b3d5eb0f2311e (diff) | |
download | mirror-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.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 ) |