aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
)