-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.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-rcom
go 1.23
require (
github.com/domonda/go-types v0.0.0-20241104173616-e85c6dede426
github.com/domonda/golog v0.0.0-20241106153329-5502a8a71ca9
github.com/stretchr/testify v1.9.0
github.com/ungerik/go-fs v0.0.0-20241107165605-bbc6e91b3706
)
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-errs v0.0.0-20240702051036-0e696c849b5f // indirect
github.com/domonda/go-pretty v0.0.0-20240110134850-17385799142f // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/kr/pretty v0.3.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.27.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)