Skip to content

Commit c1df535

Browse files
author
lmvysakh
committed
Updated workflow
1 parent 0a281f6 commit c1df535

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.github/workflows/hugecachedpendencyv5.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
github.com/lib/pq v1.10.9
3737
github.com/go-sql-driver/mysql v1.7.0
3838
github.com/golang/protobuf v1.5.3
39+
github.com/elastic/go-elasticsearch/v8 v8.10.0
40+
github.com/hashicorp/terraform v1.6.2
3941
)
4042
EOF
4143
@@ -53,6 +55,8 @@ jobs:
5355
_ "github.com/lib/pq"
5456
_ "github.com/go-sql-driver/mysql"
5557
_ "github.com/golang/protobuf/proto"
58+
_ "github.com/elastic/go-elasticsearch/v8"
59+
_ "github.com/hashicorp/terraform/helper/schema"
5660
)
5761
func main() {}
5862
EOF
@@ -98,6 +102,8 @@ jobs:
98102
github.com/lib/pq v1.10.9
99103
github.com/go-sql-driver/mysql v1.7.0
100104
github.com/golang/protobuf v1.5.3
105+
github.com/elastic/go-elasticsearch/v8 v8.10.0
106+
github.com/hashicorp/terraform v1.6.2
101107
)
102108
103109
EOF
@@ -116,6 +122,8 @@ jobs:
116122
_ "github.com/lib/pq"
117123
_ "github.com/go-sql-driver/mysql"
118124
_ "github.com/golang/protobuf/proto"
125+
_ "github.com/elastic/go-elasticsearch/v8"
126+
_ "github.com/hashicorp/terraform/helper/schema"
119127
)
120128
func main() {}
121129
EOF
@@ -161,6 +169,8 @@ jobs:
161169
github.com/lib/pq v1.10.9
162170
github.com/go-sql-driver/mysql v1.7.0
163171
github.com/golang/protobuf v1.5.3
172+
github.com/elastic/go-elasticsearch/v8 v8.10.0
173+
github.com/hashicorp/terraform v1.6.2
164174
)
165175
166176
"@
@@ -180,6 +190,8 @@ jobs:
180190
_ "github.com/lib/pq"
181191
_ "github.com/go-sql-driver/mysql"
182192
_ "github.com/golang/protobuf/proto"
193+
_ "github.com/elastic/go-elasticsearch/v8"
194+
_ "github.com/hashicorp/terraform/helper/schema"
183195
)
184196
func main() {}
185197
"@

bigcachetest/dummy.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ import (
99
_ "github.com/lib/pq"
1010
_ "github.com/go-sql-driver/mysql"
1111
_ "github.com/golang/protobuf/proto"
12+
_ "github.com/elastic/go-elasticsearch/v8"
13+
_ "github.com/hashicorp/terraform/helper/schema"
1214
)
1315
func main() {}

bigcachetest/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ require (
99
github.com/lib/pq v1.10.9
1010
github.com/go-sql-driver/mysql v1.7.0
1111
github.com/golang/protobuf v1.5.3
12+
github.com/elastic/go-elasticsearch/v8 v8.10.0
13+
github.com/hashicorp/terraform v1.6.2
1214
)
1315

0 commit comments

Comments
 (0)