File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 3737 github.com/go-sql-driver/mysql v1.7.0
3838 github.com/golang/protobuf v1.5.3
3939 github.com/elastic/go-elasticsearch/v8 v8.10.0
40- github.com/hashicorp/terraform v1.6.2
4140 )
4241 EOF
4342
@@ -103,7 +102,6 @@ jobs:
103102 github.com/go-sql-driver/mysql v1.7.0
104103 github.com/golang/protobuf v1.5.3
105104 github.com/elastic/go-elasticsearch/v8 v8.10.0
106- github.com/hashicorp/terraform v1.6.2
107105 )
108106
109107 EOF
@@ -170,7 +168,6 @@ jobs:
170168 github.com/go-sql-driver/mysql v1.7.0
171169 github.com/golang/protobuf v1.5.3
172170 github.com/elastic/go-elasticsearch/v8 v8.10.0
173- github.com/hashicorp/terraform v1.6.2
174171 )
175172
176173 "@
Original file line number Diff line number Diff line change @@ -10,6 +10,5 @@ import (
1010 _ "github.com/go-sql-driver/mysql"
1111 _ "github.com/golang/protobuf/proto"
1212 _ "github.com/elastic/go-elasticsearch/v8"
13- _ "github.com/hashicorp/terraform/helper/schema"
1413)
1514func main () {}
Original file line number Diff line number Diff line change @@ -10,6 +10,5 @@ require (
1010 github.com/go-sql-driver/mysql v1.7.0
1111 github.com/golang/protobuf v1.5.3
1212 github.com/elastic/go-elasticsearch/v8 v8.10.0
13- github.com/hashicorp/terraform v1.6.2
1413)
1514
You can’t perform that action at this time.
0 commit comments