Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/AllenDang/giu from 0.10.0 to 0.11.0 #250

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading