1
0
mirror of https://github.com/tianon/gosu.git synced 2025-04-18 19:04:06 +03:00
gosu/go.mod

9 lines
110 B
Modula-2

module github.com/tianon/gosu
go 1.20
require (
github.com/moby/sys/user v0.1.0
golang.org/x/sys v0.1.0
)