The module was declared as `module game`, which is not a resolvable import path: nothing outside this repository could depend on the konstructor engine, whatever it was published as. It is now git.teletypegames.org/engines/gorpg, matching where the repo lives. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
16 lines
464 B
AMPL
16 lines
464 B
AMPL
module git.teletypegames.org/engines/gorpg
|
|
|
|
go 1.20
|
|
|
|
require github.com/hajimehoshi/ebiten v1.12.12
|
|
|
|
require golang.org/x/text v0.4.0 // indirect
|
|
|
|
require (
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2 // indirect
|
|
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
|
|
golang.org/x/image v0.1.0
|
|
golang.org/x/mobile v0.0.0-20210208171126-f462b3930c8f // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
)
|