-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 1002 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/goatcms/goatcli
go 1.16
require (
github.com/buger/jsonparser v1.1.1
github.com/denisbrodbeck/machineid v1.0.1 // indirect
github.com/go-delve/delve v1.6.0 // indirect
github.com/goatcms/goatcore v0.0.0-20201016093320-3e100abc87ef
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/peterh/liner v1.2.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/russross/blackfriday v1.6.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/cobra v1.1.3 // indirect
go.starlark.net v0.0.0-20210416142453-1607a96e3d72 // indirect
golang.org/x/arch v0.0.0-20210405154355-08b684f594a5 // indirect
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
golang.org/x/tools v0.1.0
)
replace github.com/goatcms/goatcore => /Users/sebastianpozoga/go/src/github.com/goatcms/goatcore