diff options
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,8 +4,8 @@ go 1.20 require ( github.com/BurntSushi/toml v0.3.1 // indirect - github.com/adrg/frontmatter v0.2.0 // indirect - github.com/gomarkdown/markdown v0.0.0-20230322041520-c84983bdbf2a // indirect - github.com/google/go-cmp v0.5.9 // indirect + github.com/adrg/frontmatter v0.2.0 + github.com/gomarkdown/markdown v0.0.0-20230322041520-c84983bdbf2a + github.com/google/go-cmp v0.5.9 gopkg.in/yaml.v2 v2.3.0 // indirect ) |
