We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0c96a commit 799eb8cCopy full SHA for 799eb8c
go.mod
@@ -7,10 +7,10 @@ require (
7
github.com/gorilla/mux v1.8.0
8
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
9
github.com/russross/blackfriday/v2 v2.1.0 // indirect
10
- github.com/stretchr/testify v1.6.1
+ github.com/stretchr/testify v1.7.0
11
github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027
12
github.com/urfave/cli v1.22.5
13
golang.org/x/mod v0.4.2 // indirect
14
golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect
15
- golang.org/x/tools v0.1.0
+ golang.org/x/tools v0.1.1
16
)
0 commit comments