Migrate to go.akpain.net/cfger from homebrew configuration loader

This commit is contained in:
akp 2024-11-09 22:02:06 +00:00
parent 279a90327d
commit af6bb96c4d
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
4 changed files with 29 additions and 141 deletions

17
go.mod
View file

@ -3,15 +3,10 @@ module github.com/codemicro/palmatum
go 1.20
require (
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.30.0
)
require (
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
github.com/jmoiron/sqlx v1.4.0
github.com/julienschmidt/httprouter v1.3.0
github.com/mattn/go-sqlite3 v1.14.24
go.akpain.net/cfger v0.2.1
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
gopkg.in/yaml.v3 v3.0.1
)