Skip to content

Commit

Permalink
build(deps): bump github.com/nao1215/markdown from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [github.com/nao1215/markdown](https://github.com/nao1215/markdown) from 0.4.0 to 0.5.0.
- [Changelog](https://github.com/nao1215/markdown/blob/main/CHANGELOG.md)
- [Commits](nao1215/markdown@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/nao1215/markdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent c09dfd4 commit be43676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/nao1215/diff v0.0.1
github.com/nao1215/gorky v0.2.1
github.com/nao1215/imaging v1.0.8
github.com/nao1215/markdown v0.4.0
github.com/nao1215/markdown v0.5.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/tenntenn/testtime v0.2.2
Expand All @@ -36,7 +36,6 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
golang.org/x/image v0.13.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sys v0.19.0 // indirect
Expand Down
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ github.com/nao1215/gorky v0.2.1 h1:kxXYhCNBbtGru9CCSYx+QC0JZfZJ1csY3uLbb5n2WKA=
github.com/nao1215/gorky v0.2.1/go.mod h1:fJNLiXzn3YkteARC8xghfHjkt+C5xtHOaRgmVnJEMOs=
github.com/nao1215/imaging v1.0.8 h1:pksMJ5KZLn3N5t2wZvFA4X7hBKSMxYrhRpLKd4nVA3U=
github.com/nao1215/imaging v1.0.8/go.mod h1:wCZolQ/L7lThZbVNHYhesppaEBGuZ9GKtwCFS6qpdLU=
github.com/nao1215/markdown v0.4.0 h1:7+Z5xjAjeCPMTYheSEMxN9NpVGF8rT7uG4XJ5CSqWRA=
github.com/nao1215/markdown v0.4.0/go.mod h1:ObBhnNduWwPN+bu4dtv4JoLRt57ONla7l//03iHIVhY=
github.com/nao1215/markdown v0.5.0 h1:omlBdqyJvbDRK1k2plejv5jBTKQCsta8Atj2Q6xbtwQ=
github.com/nao1215/markdown v0.5.0/go.mod h1:ObBhnNduWwPN+bu4dtv4JoLRt57ONla7l//03iHIVhY=
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down Expand Up @@ -77,7 +77,6 @@ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5y
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa h1:FRnLl4eNAQl8hwxVVC17teOw8kdjVDVAiFMtgUdTSRQ=
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa/go.mod h1:zk2irFbV9DP96SEBUUAy67IdHUaZuSnrz1n472HUCLE=
golang.org/x/image v0.13.0 h1:3cge/F/QTkNLauhf2QoE9zp+7sr+ZcL4HnoZmdwg9sg=
golang.org/x/image v0.13.0/go.mod h1:6mmbMOeV28HuMTgA6OSRkdXKYw/t5W9Uwn2Yv1r3Yxk=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
Expand Down

0 comments on commit be43676

Please sign in to comment.