From f3dc16cdc34a1b70f91f6aca2f78c3ce93aefd5b Mon Sep 17 00:00:00 2001 From: Grimsace Date: Wed, 28 Jan 2026 14:49:46 -0600 Subject: [PATCH] Revert "removed uneeded dependency" This reverts commit bff9f675b6eb19ebe4f440428104724c145bd9a5. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d8c07d0..6e53882 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,6 @@ go 1.25.6 require ( fyne.io/fyne/v2 v2.7.2 github.com/aquilax/go-perlin v1.1.0 - github.com/disintegration/imaging v1.6.2 github.com/ojrac/opensimplex-go v1.0.2 ) @@ -13,6 +12,7 @@ require ( fyne.io/systray v1.12.0 // indirect github.com/BurntSushi/toml v1.5.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect + github.com/disintegration/imaging v1.6.2 // indirect github.com/fredbi/uri v1.1.1 // indirect github.com/fsnotify/fsnotify v1.9.0 // indirect github.com/fyne-io/gl-js v0.2.0 // indirect