File tree 2 files changed +353
-90
lines changed
2 files changed +353
-90
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ go 1.17
4
4
5
5
require (
6
6
github.com/fsnotify/fsnotify v1.4.9
7
- github.com/google/go-cmp v0.5.5
7
+ github.com/google/go-cmp v0.5.6
8
8
github.com/kisielk/gotool v1.0.0
9
9
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86
10
10
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c
11
11
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636
12
12
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
13
- github.com/spf13/cobra v1.1.3
13
+ github.com/spf13/cobra v1.2.1
14
14
github.com/spf13/pflag v1.0.5
15
- golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
16
- golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
17
- golang.org/x/tools v0.1.0
15
+ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
16
+ golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
17
+ golang.org/x/tools v0.1.5
18
18
)
19
19
20
20
require (
You can’t perform that action at this time.
0 commit comments