chore: bump markdown-go

main
sudo pacman -Syu 2021-12-11 10:43:10 +07:00
parent 178467e16b
commit 013ecee0db
5 changed files with 6 additions and 6 deletions

2
go.mod
View File

@ -5,9 +5,9 @@ go 1.17
require (
github.com/go-git/go-git/v5 v5.4.2
github.com/haunt98/clock-go v0.3.0
github.com/haunt98/markdown-go v0.4.0
github.com/haunt98/rst-go v0.2.0
github.com/make-go-great/color-go v0.3.0
github.com/make-go-great/markdown-go v0.5.0
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
github.com/sebdah/goldie/v2 v2.5.3
github.com/stretchr/testify v1.7.0

4
go.sum
View File

@ -41,8 +41,6 @@ github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/haunt98/clock-go v0.3.0 h1:3Kb7Tyg4DEx9xdQzpWXj0mJPyvJIT8uTpjh/nqVeGAg=
github.com/haunt98/clock-go v0.3.0/go.mod h1:kSgtEYoM+zncE4P0Ujm7LmJP5nnWb4Rx7IGqVtKeqEI=
github.com/haunt98/markdown-go v0.4.0 h1:Nurl3oAc3gn4Ph/0PqyEhDxf9W+BzqYV7FTIrz/+M4E=
github.com/haunt98/markdown-go v0.4.0/go.mod h1:E18hIq5n6hy+aQ+U6o+MuMJdZoq7/5n50FG+JsjuFIs=
github.com/haunt98/rst-go v0.2.0 h1:9hGgw7MtDMLoTx4+NEOJ/0aZXUHIb0nesJ4sqUmMA/U=
github.com/haunt98/rst-go v0.2.0/go.mod h1:Bj9IO8ktaGBdOBjEZw9CTYCmOUv/2GIXPhV/rfXEJN0=
github.com/imdario/mergo v0.3.12 h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=
@ -63,6 +61,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/make-go-great/color-go v0.3.0 h1:ZVtVk/wVVsZZwSJG7PZpsY5zwIyGao5VoN48yKfSzYA=
github.com/make-go-great/color-go v0.3.0/go.mod h1:G5G8IJ3PUo+vSQ+UvnfaswF8O/piVIhFJKv1mQjBGpI=
github.com/make-go-great/markdown-go v0.5.0 h1:Tt/0i3/X02x4EW1mhSvTaqd0K+ElmfuscLTfEfpAWF4=
github.com/make-go-great/markdown-go v0.5.0/go.mod h1:0vY248a4ZvnC90Tjj8/hI1hWYZc5K0fGi4f1z/VEEOg=
github.com/matryer/is v1.2.0 h1:92UTHpy8CDwaJ08GqLDzhhuixiBUUD1p3AU6PHddz4A=
github.com/matryer/is v1.2.0/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA=
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=

View File

@ -5,7 +5,7 @@ import (
"time"
"github.com/haunt98/changeloguru/internal/convention"
"github.com/haunt98/markdown-go"
"github.com/make-go-great/markdown-go"
)
const (

View File

@ -5,7 +5,7 @@ import (
"time"
"github.com/haunt98/changeloguru/internal/convention"
"github.com/haunt98/markdown-go"
"github.com/make-go-great/markdown-go"
"github.com/sebdah/goldie/v2"
)

View File

@ -10,8 +10,8 @@ import (
"github.com/haunt98/changeloguru/internal/changelog"
"github.com/haunt98/changeloguru/internal/convention"
"github.com/haunt98/changeloguru/internal/git"
"github.com/haunt98/markdown-go"
"github.com/haunt98/rst-go"
"github.com/make-go-great/markdown-go"
"github.com/pkg/diff"
"github.com/pkg/diff/write"
"github.com/urfave/cli/v2"