From 5343d2c5522ebf862ee494aad40385543350f0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 06:37:39 +0000 Subject: [PATCH] build(deps): bump github.com/AllenDang/giu from 0.10.0 to 0.11.0 Bumps [github.com/AllenDang/giu](https://github.com/AllenDang/giu) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/AllenDang/giu/releases) - [Commits](https://github.com/AllenDang/giu/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: github.com/AllenDang/giu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 7 ++----- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index a2fe1dc..9440ee0 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,8 @@ module github.com/gucio321/tic-tac-go go 1.23.2 - -toolchain go1.23.3 - require ( - github.com/AllenDang/giu v0.10.0 + github.com/AllenDang/giu v0.11.0 github.com/gravestench/osinfo v0.0.0-20210525170338-34eb1ac010f7 github.com/gucio321/go-clear v0.0.0-20220330152544-d99c158fac45 github.com/gucio321/terminalmenu v0.0.0-20230225102223-b0ad28f4f88d @@ -18,7 +15,7 @@ require ( ) require ( - github.com/AllenDang/cimgui-go v1.1.0 // indirect + github.com/AllenDang/cimgui-go v1.2.0 // indirect github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect github.com/buger/goterm v1.0.4 // indirect github.com/davecgh/go-spew v1.1.1 // indirect diff --git a/go.sum b/go.sum index 37a4adc..03b3a8c 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ -github.com/AllenDang/cimgui-go v1.1.0 h1:hltblxjy6Q+/TxOQLjI45yVlCn/DQSC9DLTtKc8PhfQ= -github.com/AllenDang/cimgui-go v1.1.0/go.mod h1:v5iftKz+rJRG6TArxibxqqOhVqUyzMkqbX90iC2Mqe0= -github.com/AllenDang/giu v0.10.0 h1:kgZ137hITpFzRVp210f/SrR28mPm/RKSqz/IPodcC6g= -github.com/AllenDang/giu v0.10.0/go.mod h1:K16XldHY1Fwbq00hW4gvstgjbwCGH3B94i92kbYtTLk= +github.com/AllenDang/cimgui-go v1.2.0 h1:xlsBNlGW2n4X6WYi0B84iOoAYWQT+iJFKWM2iZvpzNI= +github.com/AllenDang/cimgui-go v1.2.0/go.mod h1:KT0QhbfG00LVdgN/eOGhnrSSG8lMfdBvYmZJCBgp2JM= +github.com/AllenDang/giu v0.11.0 h1:KeceOKpZNK/GlFqqr6yGQ0I1hpxpn3cDVIUJ/oP51g8= +github.com/AllenDang/giu v0.11.0/go.mod h1:aKs82N/5oOWAwYpevGNPbtYpTOQqhlvYlC2QJo19rOY= github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 h1:dKZMqib/yUDoCFigmz2agG8geZ/e3iRq304/KJXqKyw= github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8/go.mod h1:b4uuDd0s6KRIPa84cEEchdQ9ICh7K0OryZHbSzMca9k= github.com/buger/goterm v1.0.4 h1:Z9YvGmOih81P0FbVtEYTFF6YsSgxSUKEhf/f9bTMXbY=