-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 1014 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/croman/delete-s3-versions
go 1.13
require (
github.com/aws/aws-sdk-go v1.25.33
github.com/dustin/go-humanize v1.0.0
github.com/fatih/structtag v1.1.0 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/kyoh86/richgo v0.3.3 // indirect
github.com/kyoh86/xdg v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mattn/go-runewidth v0.0.6 // indirect
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81 // indirect
github.com/mgechev/revive v0.0.0-20191017201419-88015ccf8e97 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.2 // indirect
github.com/stretchr/testify v1.4.0
github.com/wacul/ptr v1.0.0 // indirect
golang.org/x/net v0.0.0-20191112182307-2180aed22343 // indirect
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e // indirect
golang.org/x/tools v0.0.0-20191120221951-8fd459516a27 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)