module github.com/kevinburke/rest

go 1.23.0

require github.com/inconshreveable/log15/v3 v3.1.0

require (
	github.com/mattn/go-colorable v0.1.14 // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	golang.org/x/sys v0.34.0 // indirect
	golang.org/x/term v0.33.0 // indirect
)
