pat/go.mod

13 lines
317 B
Modula-2
Raw Permalink Normal View History

2025-01-04 12:14:25 +01:00
module git.schreifuchs.ch/schreifuchs/pat
go 1.23.4
require golang.design/x/clipboard v0.7.0
require (
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/image v0.6.0 // indirect
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
golang.org/x/sys v0.5.0 // indirect
)