diff options
author | Julien Dessaux | 2022-05-22 00:04:39 +0200 |
---|---|---|
committer | Julien Dessaux | 2022-05-22 00:04:39 +0200 |
commit | f1470e6d3041b4d8e400781ff3fb27344bbea3c1 (patch) | |
tree | d7184dbdcfe800d4c9d0a30060ad6a147bfb18e6 /go.mod | |
parent | Updated dependencies (diff) | |
download | gofunge98-f1470e6d3041b4d8e400781ff3fb27344bbea3c1.tar.gz gofunge98-f1470e6d3041b4d8e400781ff3fb27344bbea3c1.tar.bz2 gofunge98-f1470e6d3041b4d8e400781ff3fb27344bbea3c1.zip |
Updated dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |