From 7d9bbf59cd643e320d4bdc9ec3d3efb0085cfb58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:34:46 +0000 Subject: [PATCH] Bump golang.org/x/image in /_/plot Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20200119044424-58c23975cae1 to 0.18.0. - [Commits](https://github.com/golang/image/commits/v0.18.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect ... Signed-off-by: dependabot[bot] --- _/plot/go.mod | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/_/plot/go.mod b/_/plot/go.mod index 09c87bae..55727ce9 100644 --- a/_/plot/go.mod +++ b/_/plot/go.mod @@ -1,15 +1,3 @@ module k go 1.22.0 - -require ( - github.com/ktye/plot v0.0.0-20230925105801-a36e7a3c5421 - github.com/ktye/wg v0.0.0-20240815130816-69850581c913 -) - -require ( - github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect - github.com/mattn/go-sixel v0.0.5 // indirect - github.com/soniakeys/quant v1.0.0 // indirect - golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect -)