Skip to content

Commit e60a359

Browse files
author
lmvysakh
committed
Updated workflow
1 parent c1df535 commit e60a359

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/workflows/hugecachedpendencyv5.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
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
"@

bigcachetest/dummy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
)
1514
func main() {}

bigcachetest/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)