-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
24 lines (21 loc) · 853 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/herrjulz/goml
go 1.19
require (
github.com/JulzDiverse/goml v0.7.0
github.com/fatih/color v1.13.0
github.com/onsi/ginkgo v1.2.1-0.20170126062008-bb93381d543b
github.com/onsi/gomega v0.0.0-20170214000320-c463cd2a8578
github.com/smallfish/simpleyaml v0.0.0-20170911015856-a32031077861
github.com/urfave/cli v1.22.5
gopkg.in/yaml.v2 v2.2.2
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)