-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
28 lines (25 loc) · 1.06 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/domonda/go-docdb
go 1.23
require (
github.com/domonda/go-errs v0.0.0-20240702051036-0e696c849b5f
github.com/domonda/go-pretty v0.0.0-20240110134850-17385799142f
github.com/domonda/go-types v0.0.0-20241016145418-49737a904fc1
github.com/domonda/golog v0.0.0-20241021084718-4c05038af9dd
github.com/stretchr/testify v1.9.0
github.com/ungerik/go-fs v0.0.0-20240919125757-1b6f933a416d
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/domonda/go-encjson v0.0.0-20210830085227-1beee57a72d8 // indirect
github.com/domonda/go-sqldb v0.0.0-20241021183718-2f785c19d7ec
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)