-
Notifications
You must be signed in to change notification settings - Fork 18
/
go.mod
25 lines (22 loc) · 886 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
25
module github.com/akamai/cli-purge
go 1.18
require (
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.2.2
github.com/akamai/cli-common-golang v0.0.0-20210716202303-5a2a24172430
github.com/fatih/color v1.7.0
github.com/urfave/cli v1.22.0
)
require (
github.com/briandowns/spinner v1.11.1 // indirect
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/russross/blackfriday v1.5.2 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
gopkg.in/ini.v1 v1.51.1 // indirect
)