summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1f7e78f..0d8ee3c 100644
--- a/go.mod
+++ b/go.mod
@@ -24,5 +24,5 @@ require (
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/objx v0.1.0 // indirect
golang.org/x/sync v0.1.0 // indirect
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
+ gopkg.in/yaml.v3 v3.0.0 // indirect
)