-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
56 additions
and
439 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
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
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
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,17 +1,23 @@ | ||
module github.com/yohamta/ganim8/v3 | ||
module github.com/yohamta/ganim8/v2 | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/hajimehoshi/ebiten/v2 v2.4.13 | ||
github.com/stretchr/testify v1.8.1 | ||
golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/ebitengine/purego v0.0.0-20220905075623-aeed57cda744 // indirect | ||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220806181222-55e207c401ad // indirect | ||
github.com/hajimehoshi/ebiten/v2 v2.3.7 | ||
github.com/hajimehoshi/file2byteslice v0.0.0-20210813153925-5340248a8f41 // indirect | ||
github.com/jezek/xgb v1.0.1 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 | ||
github.com/stretchr/testify v1.8.0 | ||
golang.org/x/exp v0.0.0-20210916165020-5cb4fee858ee | ||
golang.org/x/exp/shiny v0.0.0-20220722155223-a9213eeb770e // indirect | ||
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/exp/shiny v0.0.0-20221126150942-6ab00d035af9 // indirect | ||
golang.org/x/image v0.1.0 // indirect | ||
golang.org/x/mobile v0.0.0-20220722155234-aaac322e2105 // indirect | ||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect | ||
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect | ||
golang.org/x/sys v0.1.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.