From 51c7bc9121d4004c6a1346693537ff0731eacd3d Mon Sep 17 00:00:00 2001 From: Grimsace Date: Wed, 28 Jan 2026 14:54:27 -0600 Subject: [PATCH] removed uneeded dependency --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6e53882..d8c07d0 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ 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 ) @@ -12,7 +13,6 @@ 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