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.sum | |
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.sum')
-rw-r--r-- | go.sum | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ -dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk= -dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk= github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0= github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= |