add config and bruno

This commit is contained in:
Travis Shears 2025-09-30 19:40:21 +02:00
parent 8ceb698f03
commit 472c1b36a7
9 changed files with 708 additions and 7 deletions

5
go.mod
View file

@ -4,6 +4,9 @@ go 1.25.0
require (
github.com/charmbracelet/bubbletea v1.3.10
github.com/go-kivik/couchdb/v3 v3.4.1
github.com/go-kivik/kivik/v3 v3.2.4
gopkg.in/yaml.v3 v3.0.1
)
require (
@ -23,6 +26,8 @@ require (
github.com/muesli/termenv v0.16.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.3.8 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
)