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-20251201054520-3fabc2d3b2cd
)
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
)
7e2ccdf

Update skykit to fix database replica corruption

Connor McCutcheon
@connor
1 stars

Coding tools for The Skyscape

Sign in to comment Sign In
Awesome app everyone should try for building their ideas on The Skyscape
Connor McCutcheon
@connor
1 month ago