-
Notifications
You must be signed in to change notification settings - Fork 272
/
go.mod
25 lines (22 loc) · 871 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/barnybug/cli53
go 1.17
require (
github.com/aws/aws-sdk-go v1.44.207
github.com/gucumber/gucumber v0.0.0-20180127021336-7d5c79e832a2
github.com/miekg/dns v1.1.31
github.com/stretchr/testify v1.4.0
github.com/urfave/cli/v2 v2.2.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)