all repos — visor @ d3fbc28ea9a27b27556c7ad45d965d4c3cd7f3a9

Unnamed repository; edit this file 'description' to name the repository.

go.mod (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
module codeberg.org/confusedbread/visor.git

go 1.24.0

require (
	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
	tinygo.org/x/drivers v0.34.0 // indirect
)