-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 832 Bytes
/
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
module github.com/bborbe/worklog
go 1.20
require (
github.com/bborbe/assert v0.0.0-20180420105557-765570a0aaf5
github.com/bborbe/flagenv v0.0.0-20180427162735-62bb8205ca00
github.com/bborbe/io v0.0.0-20161227150121-8c22cf733cf1
github.com/bborbe/run v0.0.0-20180413182934-9b247b4a1fb4
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/addlicense v1.1.1
github.com/incu6us/goimports-reviser v0.1.6
github.com/kisielk/errcheck v1.6.3
github.com/maxbrunsfeld/counterfeiter/v6 v6.6.1
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
)
require (
github.com/bmatcuk/doublestar/v4 v4.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/tools v0.5.0 // indirect
)