-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 914 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 914 Bytes
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
module github.com/jpillora/installer
go 1.24
require (
github.com/jpillora/opts v1.2.3
github.com/jpillora/requestlog/v2 v2.0.1
gopkg.in/dnaeon/go-vcr.v4 v4.0.5
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/goccy/go-yaml v1.18.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/jpillora/jplog v1.0.2 // indirect
github.com/jpillora/sizestr v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/posener/complete v1.2.2-0.20190308074557-af07aa5181b3 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce // indirect
golang.org/x/sys v0.7.0 // indirect
)