forked from spezam/eventbridge-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 643 Bytes
/
Copy pathgo.mod
File metadata and controls
18 lines (16 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module eventbridge-cli
go 1.13
require (
github.com/TylerBrock/colorjson v0.0.0-20180527164720-95ec53f28296
github.com/aws/aws-sdk-go-v2 v0.20.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/google/uuid v1.1.1
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e // indirect
github.com/jmespath/go-jmespath v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/stretchr/testify v1.5.1
github.com/urfave/cli/v2 v2.2.0
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
)