aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2022-05-22 00:04:39 +0200
committerJulien Dessaux2022-05-22 00:04:39 +0200
commitf1470e6d3041b4d8e400781ff3fb27344bbea3c1 (patch)
treed7184dbdcfe800d4c9d0a30060ad6a147bfb18e6 /go.mod
parentUpdated dependencies (diff)
downloadgofunge98-f1470e6d3041b4d8e400781ff3fb27344bbea3c1.tar.gz
gofunge98-f1470e6d3041b4d8e400781ff3fb27344bbea3c1.tar.bz2
gofunge98-f1470e6d3041b4d8e400781ff3fb27344bbea3c1.zip
Updated dependencies
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 362aeed..08e6d63 100644
--- a/go.mod
+++ b/go.mod
@@ -7,5 +7,5 @@ require github.com/stretchr/testify v1.7.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
+ gopkg.in/yaml.v3 v3.0.0 // indirect
)