-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (31 loc) · 1.35 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
29
30
31
32
33
34
module github.com/ungerik/go-command
go 1.19
require (
github.com/domonda/go-types v0.0.0-20220920151337-e0287447716b
github.com/domonda/golog v0.0.0-20220725082026-a25cbba874f3
github.com/fatih/color v1.13.0
github.com/gorilla/mux v1.8.0
github.com/h2non/filetype v1.1.3
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/muesli/termenv v0.13.0 // indirect
github.com/stretchr/testify v1.8.0
github.com/ungerik/go-fs v0.0.0-20220919212925-72a039a29894
github.com/ungerik/go-httpx v0.0.0-20220112162338-087d2c80ef46
github.com/ungerik/go-reflection v0.0.0-20220113085621-6c5fc1f2694a
golang.org/x/sys v0.0.0-20220926163933-8cfa568d3c25 // indirect
)
require (
github.com/aymanbagabas/go-osc52 v1.0.3 // 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-pretty v0.0.0-20220317123925-dd9e6bef129a // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
golang.org/x/exp v0.0.0-20220921164117-439092de6870 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)