Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathgo.mod
More file actions
Latest commit
43 lines (39 loc) · 1.82 KB
/
Copy pathgo.mod
File metadata and controls
43 lines (39 loc) · 1.82 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
modulegithub.com/commitdev/zero
go1.16
require (
github.com/aws/aws-sdk-gov1.30.12
github.com/buger/gotermv1.0.0
github.com/coreos/go-semverv0.3.0
github.com/gabriel-vasile/mimetypev1.1.1
github.com/google/go-cmpv0.3.1
github.com/google/uuidv1.1.1
github.com/hashicorp/go-getterv1.4.2-0.20200106182914-9813cbd4eb02
github.com/hashicorp/go-versionv1.2.1
github.com/hashicorp/golang-lruv0.5.4// indirect
github.com/hashicorp/terraformv0.12.26
github.com/iancoleman/strcasev0.1.2
github.com/juju/ansitermv0.0.0-20210706145210-9283cdf370b5// indirect
github.com/k0kubun/colorstringv0.0.0-20150214042306-9440f1994b88// indirect
github.com/k0kubun/ppv3.0.1+incompatible
github.com/kyokomi/emojiv2.1.0+incompatible
github.com/logrusorgru/aurorav0.0.0-20191017060258-dc85c304c434
github.com/lunixbochs/vtcleanv1.0.0// indirect
github.com/machinebox/graphqlv0.2.2
github.com/manifoldco/promptuiv0.8.0
github.com/matryer/isv1.3.0// indirect
github.com/mattn/go-colorablev0.1.8// indirect
github.com/mattn/go-isattyv0.0.13// indirect
github.com/niemeyer/prettyv0.0.0-20200227124842-a10e7caefd8e// indirect
github.com/sirupsen/logrusv1.6.0
github.com/spf13/cobrav1.1.3
github.com/stretchr/testifyv1.7.0
github.com/termie/go-shutilv0.0.0-20140729215957-bcacb06fecae
golang.org/x/netv0.0.0-20200226121028-0de0cce0169b// indirect
golang.org/x/sysv0.0.0-20210630005230-0f9fa26af87c// indirect
golang.org/x/toolsv0.0.0-20191127201027-ecd32218bd7f// indirect
gopkg.in/check.v1v1.0.0-20200227125254-8fa46927fb4f// indirect
gopkg.in/yaml.v2v2.4.0
)
// Tencent cloud unpublished their version v3.0.82 and became v1.0.191
// https://github.com/hashicorp/terraform/issues/29021
replacegithub.com/tencentcloud/tencentcloud-sdk-gov3.0.82+incompatible => github.com/tencentcloud/tencentcloud-sdk-gov1.0.191