module github.com/mjwhitta/where

go 1.24.0

require (
	github.com/mjwhitta/cli v1.14.0
	github.com/mjwhitta/hilighter v1.15.0
	github.com/mjwhitta/log v1.8.8
	github.com/mjwhitta/pathname v1.3.1
	github.com/mjwhitta/safety v1.12.1
)

require github.com/mjwhitta/errors v1.0.7 // indirect
