-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 691 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/isan-rivkin/route53-cli
go 1.14
require (
github.com/aws/aws-sdk-go v1.35.30
github.com/isan-rivkin/cliversioner v0.0.0-20210716125537-d70532e39e77
github.com/jedib0t/go-pretty/v6 v6.0.5
github.com/kr/text v0.2.0 // indirect
github.com/lixiangzhong/dnsutil v1.4.0
github.com/miekg/dns v1.1.42
github.com/mitchellh/go-homedir v1.1.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/sirupsen/logrus v1.8.1
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)