forked from segmentio/golines
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 756 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 756 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/golangci/golines
go 1.25.0
require (
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/dave/dst v0.27.3
github.com/dave/jennifer v1.7.1
github.com/ldez/structtags v0.6.1
github.com/rogpeppe/go-internal v1.14.1
github.com/stretchr/testify v1.11.1
golang.org/x/sync v0.20.0
golang.org/x/term v0.41.0
golang.org/x/tools v0.43.0
)
require (
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/mod v0.34.0 // indirect
golang.org/x/sys v0.42.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)