-
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
90d5482
commit 3ebaa3e
Showing
2 changed files
with
7 additions
and
7 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.22.2 | ||
go 1.22.3 | ||
|
||
require ( | ||
github.com/gdamore/tcell/v2 v2.7.4 | ||
github.com/mattn/go-runewidth v0.0.15 | ||
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f | ||
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 | ||
) | ||
|
||
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.20.0 // indirect | ||
golang.org/x/term v0.19.0 // indirect | ||
golang.org/x/term v0.20.0 // indirect | ||
golang.org/x/text v0.15.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