Skip to content

Commit 4c3ccf5

Browse files
committed
Update third-party dependencies
1 parent 3650f6f commit 4c3ccf5

File tree

2 files changed

+353
-90
lines changed

2 files changed

+353
-90
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ go 1.17
44

55
require (
66
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
88
github.com/kisielk/gotool v1.0.0
99
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86
1010
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c
1111
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636
1212
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
1414
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
1818
)
1919

2020
require (

0 commit comments

Comments
 (0)