We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63efb1 commit d663a2dCopy full SHA for d663a2d
1 file changed
ccc/go.mod
@@ -5,6 +5,7 @@ go 1.19
5
require (
6
github.com/MichaelMure/go-term-markdown v0.1.4
7
github.com/gin-gonic/gin v1.8.1
8
+ gopkg.in/yaml.v2 v2.4.0
9
nullprogram.com/x/optparse v1.0.0
10
)
11
@@ -40,5 +41,4 @@ require (
40
41
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
42
golang.org/x/text v0.3.6 // indirect
43
google.golang.org/protobuf v1.28.0 // indirect
- gopkg.in/yaml.v2 v2.4.0 // indirect
44
0 commit comments