Skip to content

Commit

Permalink
build(deps): bump github.com/AllenDang/giu from 0.10.0 to 0.11.0
Browse files Browse the repository at this point in the history
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](AllenDang/giu@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 0347792 commit 7e744a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down

0 comments on commit 7e744a4

Please sign in to comment.