summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-02-19 17:09:11 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2021-02-19 17:09:11 +0000
commit6b7f51cc8f9550f674cc8b517409026ff5cc71d2 (patch)
tree3335d3b3112b346b12e01db9805dd9ccb4f43e31 /go.mod
parent0430d12e263d63134d3877ab270b222de9a47b15 (diff)
Update modules
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index f7e3092..e904344 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.15
require (
github.com/gorilla/handlers v1.5.1
- github.com/stretchr/testify v1.6.1
- golang.org/x/sys v0.0.0-20201126233918-771906719818
- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
+ github.com/stretchr/testify v1.7.0
+ golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)