From 6b2e5b2e416abe260eeeea208454770d67ac5f9f Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Wed, 14 Sep 2022 13:42:13 +1200 Subject: [PATCH] mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7899ebb..550a04b 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ go 1.18 require ( github.com/GuiaBolso/darwin v0.0.0-20191218124601-fd6d2aa3d244 github.com/axllent/semver v0.0.1 + github.com/disintegration/imaging v1.6.2 github.com/gorilla/mux v1.8.0 github.com/gorilla/websocket v1.5.0 github.com/jhillyerd/enmime v0.10.0 @@ -27,7 +28,6 @@ require ( github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect github.com/cznic/ql v1.2.0 // indirect - github.com/disintegration/imaging v1.6.2 // indirect github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect github.com/google/go-cmp v0.5.8 // indirect github.com/google/uuid v1.3.0 // indirect