-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go get go@latest ; go get -u ./... ; go mod tidy
- Loading branch information
1 parent
78e57d9
commit 99fed10
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
module github.com/aaronriekenberg/go-tetris | ||
|
||
go 1.23.0 | ||
go 1.23.2 | ||
|
||
require ( | ||
github.com/gdamore/tcell/v2 v2.7.4 | ||
github.com/mattn/go-runewidth v0.0.16 | ||
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 | ||
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 | ||
) | ||
|
||
require ( | ||
github.com/gdamore/encoding v1.0.1 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/term v0.23.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
golang.org/x/term v0.24.0 // indirect | ||
golang.org/x/text v0.18.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters