-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathgo.mod
23 lines (20 loc) · 779 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
module github.com/mercury2269/sqsmover
go 1.18
require (
github.com/apex/log v1.9.0
github.com/aws/aws-sdk-go v1.39.4
github.com/fatih/color v1.12.0
github.com/tj/go v1.8.7
github.com/tj/go-progress v0.0.0-20180508172012-fadc638a53dd
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c // indirect
)