Connor McCutcheon
/ SkyCode
go.mod
mod
module theskyscape.com/repo/skycode
go 1.24.0
require (
	github.com/creack/pty v1.1.24
	github.com/google/uuid v1.6.0
	github.com/gorilla/websocket v1.5.3
	theskyscape.com/repo/skykit v0.0.0-20251127082522-1c0c57ee7650
)
require (
	github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
	github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	github.com/tursodatabase/go-libsql v0.0.0-20251025125656-00da49cd4a6e // indirect
	golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
)
No comments yet.