-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 735 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (21 loc) · 735 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
module github.com/UiP9AV6Y/encval
go 1.20
replace github.com/UiP9AV6Y/encval/version => ./version
require (
github.com/UiP9AV6Y/encval/version v0.0.0-00010101000000-000000000000
github.com/abiosoft/lineprefix v0.1.4
github.com/alecthomas/kong v0.7.1
github.com/pelletier/go-toml/v2 v2.0.7
github.com/timtadh/lexmachine v0.2.3
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
golang.org/x/term v0.3.0
gotest.tools/v3 v3.4.0
)
require (
github.com/fatih/color v1.12.0 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/timtadh/data-structures v0.6.1 // indirect
golang.org/x/sys v0.3.0 // indirect
)