Skip to content

Commit 799eb8c

Browse files
committed
fix(deps): update all
1 parent 7b0c96a commit 799eb8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require (
77
github.com/gorilla/mux v1.8.0
88
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
99
github.com/russross/blackfriday/v2 v2.1.0 // indirect
10-
github.com/stretchr/testify v1.6.1
10+
github.com/stretchr/testify v1.7.0
1111
github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027
1212
github.com/urfave/cli v1.22.5
1313
golang.org/x/mod v0.4.2 // indirect
1414
golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect
15-
golang.org/x/tools v0.1.0
15+
golang.org/x/tools v0.1.1
1616
)

0 commit comments

Comments
 (0)