-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (34 loc) · 1.24 KB
/
go.mod
File metadata and controls
37 lines (34 loc) · 1.24 KB
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
35
36
37
module github.com/iarkhanhelsky/check_diff
go 1.18
require (
github.com/fatih/color v1.13.0
github.com/golang/mock v1.6.0
github.com/iarkhanhelsky/fnmatch.v2 v0.1.0
github.com/owenrumney/go-sarif v1.1.1
github.com/pkg/errors v0.8.1
github.com/saracen/fastzip v0.1.7
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
go.uber.org/config v1.4.0
go.uber.org/fx v1.16.0
go.uber.org/multierr v1.8.0
go.uber.org/zap v1.16.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.13.5 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/saracen/zipextra v0.0.0-20201205103923-7347a2ee3f10 // indirect
github.com/zclconf/go-cty v1.10.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/dig v1.12.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.9 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)