@@ -3,6 +3,7 @@ module terraform-provider-iterative
33go 1.19
44
55require (
6+ github.com/0x2b3bfa0/logrusctx v0.1.0
67 github.com/Azure/azure-sdk-for-go v58.1.0+incompatible
78 github.com/Azure/go-autorest/autorest v0.11.20
89 github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
@@ -23,7 +24,6 @@ require (
2324 github.com/docker/go-units v0.4.0
2425 github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
2526 github.com/gobwas/glob v0.2.3
26- github.com/golang/mock v1.6.0 // indirect
2727 github.com/google/go-github/v42 v42.0.0
2828 github.com/google/go-github/v45 v45.2.0
2929 github.com/google/uuid v1.3.0
@@ -32,13 +32,13 @@ require (
3232 github.com/rclone/rclone v1.57.0
3333 github.com/sebdah/goldie/v2 v2.5.3
3434 github.com/shirou/gopsutil v3.21.11+incompatible
35- github.com/sirupsen/logrus v1.8.1
35+ github.com/sirupsen/logrus v1.9.0
3636 github.com/spf13/cobra v1.5.0
3737 github.com/spf13/pflag v1.0.5
3838 github.com/spf13/viper v1.11.0
39- github.com/stretchr/testify v1.7 .1
39+ github.com/stretchr/testify v1.8 .1
4040 github.com/wessie/appdirs v0.0.0-20141031215813-6573e894f8e2
41- golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
41+ golang.org/x/crypto v0.1.0
4242 golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
4343 google.golang.org/api v0.96.0
4444 gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61
@@ -103,7 +103,7 @@ require (
103103 github.com/go-ole/go-ole v1.2.6 // indirect
104104 github.com/go-openapi/jsonpointer v0.19.5 // indirect
105105 github.com/go-openapi/jsonreference v0.19.5 // indirect
106- github.com/go-openapi/swag v0.19.14 // indirect
106+ github.com/go-openapi/swag v0.21.1 // indirect
107107 github.com/gogo/protobuf v1.3.2 // indirect
108108 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
109109 github.com/golang/protobuf v1.5.2 // indirect
@@ -144,10 +144,10 @@ require (
144144 github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
145145 github.com/lithammer/dedent v1.1.0 // indirect
146146 github.com/magiconair/properties v1.8.6 // indirect
147- github.com/mailru/easyjson v0.7.6 // indirect
148- github.com/mattn/go-colorable v0.1.12 // indirect
147+ github.com/mailru/easyjson v0.7.7 // indirect
148+ github.com/mattn/go-colorable v0.1.13 // indirect
149149 github.com/mattn/go-ieproxy v0.0.1 // indirect
150- github.com/mattn/go-isatty v0.0.14 // indirect
150+ github.com/mattn/go-isatty v0.0.16 // indirect
151151 github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
152152 github.com/mitchellh/copystructure v1.2.0 // indirect
153153 github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -162,7 +162,7 @@ require (
162162 github.com/ncw/swift/v2 v2.0.1 // indirect
163163 github.com/oklog/run v1.0.0 // indirect
164164 github.com/pelletier/go-toml v1.9.4 // indirect
165- github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
165+ github.com/pelletier/go-toml/v2 v2.0.5 // indirect
166166 github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
167167 github.com/pkg/errors v0.9.1 // indirect
168168 github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -188,12 +188,12 @@ require (
188188 github.com/zclconf/go-cty v1.9.1 // indirect
189189 go.opencensus.io v0.23.0 // indirect
190190 go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
191- golang.org/x/net v0.0.0-20220920203100-d0c6ba3f52d9 // indirect
191+ golang.org/x/net v0.1.0 // indirect
192192 golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
193- golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
194- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
195- golang.org/x/text v0.3.7 // indirect
196- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
193+ golang.org/x/sys v0.1.0 // indirect
194+ golang.org/x/term v0.1.0 // indirect
195+ golang.org/x/text v0.4.0 // indirect
196+ golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
197197 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
198198 google.golang.org/appengine v1.6.7 // indirect
199199 google.golang.org/genproto v0.0.0-20220920201722-2b89144ce006 // indirect
@@ -202,7 +202,7 @@ require (
202202 gopkg.in/inf.v0 v0.9.1 // indirect
203203 gopkg.in/ini.v1 v1.66.4 // indirect
204204 gopkg.in/yaml.v2 v2.4.0 // indirect
205- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
205+ gopkg.in/yaml.v3 v3.0.1 // indirect
206206 k8s.io/component-base v0.22.3 // indirect
207207 k8s.io/klog/v2 v2.9.0 // indirect
208208 k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect
0 commit comments