Skip to content

Commit d663a2d

Browse files
dploegerDennis Ploeger
authored andcommitted
chore: Fixed yaml package requirement
1 parent d63efb1 commit d663a2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ccc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.19
55
require (
66
github.com/MichaelMure/go-term-markdown v0.1.4
77
github.com/gin-gonic/gin v1.8.1
8+
gopkg.in/yaml.v2 v2.4.0
89
nullprogram.com/x/optparse v1.0.0
910
)
1011

@@ -40,5 +41,4 @@ require (
4041
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
4142
golang.org/x/text v0.3.6 // indirect
4243
google.golang.org/protobuf v1.28.0 // indirect
43-
gopkg.in/yaml.v2 v2.4.0 // indirect
4444
)

0 commit comments

Comments
 (0)