@@ -12,7 +12,7 @@ require (
12
12
github.com/go-playground/validator/v10 v10.10.0
13
13
github.com/golang-migrate/migrate/v4 v4.15.1
14
14
github.com/google/uuid v1.3.0
15
- github.com/hashicorp/go-version v1.3 .0
15
+ github.com/hashicorp/go-version v1.4 .0
16
16
github.com/hashicorp/hc-install v0.3.1
17
17
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
18
18
github.com/hashicorp/terraform-exec v0.15.0
@@ -23,36 +23,35 @@ require (
23
23
github.com/pion/datachannel v1.5.2
24
24
github.com/pion/logging v0.2.2
25
25
github.com/pion/transport v0.13.0
26
- github.com/pion/webrtc/v3 v3.1.13
26
+ github.com/pion/webrtc/v3 v3.1.17
27
27
github.com/spf13/cobra v1.3.0
28
28
github.com/stretchr/testify v1.7.0
29
29
github.com/unrolled/secure v1.0.9
30
- go.uber.org/atomic v1.7 .0
30
+ go.uber.org/atomic v1.9 .0
31
31
go.uber.org/goleak v1.1.12
32
- golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
32
+ golang.org/x/crypto v0.0.0-20220126234351-aa10faf2a1f8
33
33
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
34
34
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
35
35
google.golang.org/protobuf v1.27.1
36
- storj.io/drpc v0.0.26
36
+ storj.io/drpc v0.0.28
37
37
)
38
38
39
39
require (
40
- cloud.google.com/go/storage v1.14.0 // indirect
40
+ cloud.google.com/go/compute v0.1.0 // indirect
41
+ cloud.google.com/go/storage v1.19.0 // indirect
41
42
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
42
43
github.com/Microsoft/go-winio v0.5.1 // indirect
43
44
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
44
- github.com/agext/levenshtein v1.2.2 // indirect
45
- github.com/alecthomas/chroma v0.9.1 // indirect
46
- github.com/apparentlymart/go-textseg v1.0.0 // indirect
45
+ github.com/agext/levenshtein v1.2.3 // indirect
46
+ github.com/alecthomas/chroma v0.10.0 // indirect
47
47
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
48
- github.com/aws/aws-sdk-go v1.34.28 // indirect
48
+ github.com/aws/aws-sdk-go v1.42.42 // indirect
49
49
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
50
- github.com/containerd/continuity v0.1.0 // indirect
51
- github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
50
+ github.com/containerd/continuity v0.2.2 // indirect
52
51
github.com/davecgh/go-spew v1.1.1 // indirect
53
- github.com/dhui/dktest v0.3.8 // indirect
52
+ github.com/dhui/dktest v0.3.9 // indirect
54
53
github.com/dlclark/regexp2 v1.4.0 // indirect
55
- github.com/docker/cli v20.10.11 +incompatible // indirect
54
+ github.com/docker/cli v20.10.12 +incompatible // indirect
56
55
github.com/docker/docker v20.10.12+incompatible // indirect
57
56
github.com/docker/go-connections v0.4.0 // indirect
58
57
github.com/docker/go-units v0.4.0 // indirect
@@ -62,28 +61,28 @@ require (
62
61
github.com/gogo/protobuf v1.3.2 // indirect
63
62
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
64
63
github.com/golang/protobuf v1.5.2 // indirect
65
- github.com/google/go-cmp v0.5.6 // indirect
64
+ github.com/google/go-cmp v0.5.7 // indirect
66
65
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
67
- github.com/hashicorp/errwrap v1.0 .0 // indirect
66
+ github.com/hashicorp/errwrap v1.1 .0 // indirect
68
67
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
69
68
github.com/hashicorp/go-multierror v1.1.1 // indirect
70
69
github.com/hashicorp/hcl v1.0.0 // indirect
71
- github.com/hashicorp/hcl/v2 v2.0.0 // indirect
70
+ github.com/hashicorp/hcl/v2 v2.11.1 // indirect
72
71
github.com/hashicorp/terraform-json v0.13.0 // indirect
73
72
github.com/imdario/mergo v0.3.12 // indirect
74
73
github.com/inconshreveable/mousetrap v1.0.0 // indirect
75
74
github.com/leodido/go-urn v1.2.1 // indirect
76
75
github.com/mattn/go-colorable v0.1.12 // indirect
77
76
github.com/mattn/go-isatty v0.0.14 // indirect
78
- github.com/mitchellh/go-wordwrap v1.0.0 // indirect
77
+ github.com/mitchellh/go-wordwrap v1.0.1 // indirect
79
78
github.com/mitchellh/mapstructure v1.4.3 // indirect
80
79
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
81
80
github.com/opencontainers/go-digest v1.0.0 // indirect
82
81
github.com/opencontainers/image-spec v1.0.2 // indirect
83
- github.com/opencontainers/runc v1.0.2 // indirect
82
+ github.com/opencontainers/runc v1.1.0 // indirect
84
83
github.com/pion/dtls/v2 v2.1.0 // indirect
85
84
github.com/pion/ice/v2 v2.1.19 // indirect
86
- github.com/pion/interceptor v0.1.4 // indirect
85
+ github.com/pion/interceptor v0.1.7 // indirect
87
86
github.com/pion/mdns v0.0.5 // indirect
88
87
github.com/pion/randutil v0.1.0 // indirect
89
88
github.com/pion/rtcp v1.2.9 // indirect
@@ -98,19 +97,20 @@ require (
98
97
github.com/pmezard/go-difflib v1.0.0 // indirect
99
98
github.com/sirupsen/logrus v1.8.1 // indirect
100
99
github.com/spf13/pflag v1.0.5 // indirect
101
- github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
100
+ github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
102
101
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
103
102
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
104
- github.com/zclconf/go-cty v1.9.1 // indirect
103
+ github.com/zclconf/go-cty v1.10.0 // indirect
105
104
github.com/zeebo/errs v1.2.2 // indirect
106
105
go.opencensus.io v0.23.0 // indirect
107
- golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
108
- golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
109
- golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
106
+ golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect
107
+ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
108
+ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
110
109
golang.org/x/text v0.3.7 // indirect
111
- google.golang.org/api v0.63 .0 // indirect
110
+ google.golang.org/api v0.65 .0 // indirect
112
111
google.golang.org/appengine v1.6.7 // indirect
113
- google.golang.org/grpc v1.43.0 // indirect
112
+ google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 // indirect
113
+ google.golang.org/grpc v1.44.0 // indirect
114
114
gopkg.in/yaml.v2 v2.4.0 // indirect
115
115
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
116
116
)
0 commit comments