File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ require (
125
125
github.com/hashicorp/golang-lru/v2 v2.0.1
126
126
github.com/hashicorp/hc-install v0.6.0
127
127
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
128
- github.com/hashicorp/terraform-json v0.17.0
128
+ github.com/hashicorp/terraform-json v0.17.1
129
129
github.com/hashicorp/yamux v0.1.1
130
130
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02
131
131
github.com/imulab/go-scim/pkg/v2 v2.2.0
@@ -188,6 +188,7 @@ require (
188
188
google.golang.org/api v0.138.0
189
189
google.golang.org/grpc v1.57.0
190
190
google.golang.org/protobuf v1.31.0
191
+ gopkg.in/DataDog/dd-trace-go.v1 v1.54.0
191
192
gopkg.in/natefinch/lumberjack.v2 v2.2.1
192
193
gopkg.in/yaml.v3 v3.0.1
193
194
gvisor.dev/gvisor v0.0.0-20230504175454-7b0a1988a28f
@@ -196,8 +197,6 @@ require (
196
197
tailscale.com v1.46.1
197
198
)
198
199
199
- require gopkg.in/DataDog/dd-trace-go.v1 v1.54.0
200
-
201
200
require (
202
201
cloud.google.com/go/compute v1.23.0 // indirect
203
202
cloud.google.com/go/logging v1.8.1 // indirect
Original file line number Diff line number Diff line change @@ -553,8 +553,8 @@ github.com/hashicorp/hcl/v2 v2.17.0/go.mod h1:gJyW2PTShkJqQBKpAmPO3yxMxIuoXkOF2T
553
553
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y =
554
554
github.com/hashicorp/logutils v1.0.0 /go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64 =
555
555
github.com/hashicorp/terraform-exec v0.17.2 h1:EU7i3Fh7vDUI9nNRdMATCEfnm9axzTnad8zszYZ73Go =
556
- github.com/hashicorp/terraform-json v0.17.0 h1:EiA1Wp07nknYQAiv+jIt4dX4Cq5crgP+TsTE45MjMmM =
557
- github.com/hashicorp/terraform-json v0.17.0 /go.mod h1:Huy6zt6euxaY9knPAFKjUITn8QxUFIe9VuSzb4zn/0o =
556
+ github.com/hashicorp/terraform-json v0.17.1 h1:eMfvh/uWggKmY7Pmb3T85u86E2EQg6EQHgyRwf3RkyA =
557
+ github.com/hashicorp/terraform-json v0.17.1 /go.mod h1:Huy6zt6euxaY9knPAFKjUITn8QxUFIe9VuSzb4zn/0o =
558
558
github.com/hashicorp/terraform-plugin-go v0.12.0 h1:6wW9mT1dSs0Xq4LR6HXj1heQ5ovr5GxXNJwkErZzpJw =
559
559
github.com/hashicorp/terraform-plugin-go v0.12.0 /go.mod h1:kwhmaWHNDvT1B3QiSJdAtrB/D4RaKSY/v3r2BuoWK4M =
560
560
github.com/hashicorp/terraform-plugin-log v0.7.0 h1:SDxJUyT8TwN4l5b5/VkiTIaQgY6R+Y2BQ0sRZftGKQs =
You can’t perform that action at this time.
0 commit comments