all repos — visor @ b5930655b1a93d4662246e8087198f0ce0330e9a

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
)