-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
26 lines (23 loc) · 927 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
26
module github.com/jc21/route53-ddns
go 1.17
require (
github.com/AlecAivazis/survey/v2 v2.2.7
github.com/JeremyLoy/config v1.3.0
github.com/alexflint/go-arg v1.3.0
github.com/aws/aws-sdk-go v1.37.1
github.com/glendc/go-external-ip v0.1.0
github.com/gregdel/pushover v0.0.0-20201104094836-ddbe0c1d3a38
github.com/mborders/logmatic v0.4.0
)
require (
github.com/alexflint/go-scalar v1.0.0 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
golang.org/x/text v0.3.3 // indirect
)