Skip to content

Commit 04e1796

Browse files
author
lmvysakh
committed
Updating workflow
1 parent 51fdbbb commit 04e1796

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hugecachedpendencyv5.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
_ "google.golang.org/grpc"
7878
_ "github.com/elastic/go-elasticsearch/v8"
7979
_ "github.com/hashicorp/terraform/helper/schema"
80-
_ "github.com/uber-go/zap"
80+
_ "go.uber.org/zap"
8181
_ "github.com/prometheus/client_golang/prometheus"
8282
_ "github.com/gin-gonic/gin"
8383
_ "github.com/go-redis/redis/v8"
@@ -184,7 +184,7 @@ jobs:
184184
_ "google.golang.org/grpc"
185185
_ "github.com/elastic/go-elasticsearch/v8"
186186
_ "github.com/hashicorp/terraform/helper/schema"
187-
_ "github.com/uber-go/zap"
187+
_ "go.uber.org/zap"
188188
_ "github.com/prometheus/client_golang/prometheus"
189189
_ "github.com/gin-gonic/gin"
190190
_ "github.com/go-redis/redis/v8"
@@ -292,7 +292,7 @@ jobs:
292292
_ "google.golang.org/grpc"
293293
_ "github.com/elastic/go-elasticsearch/v8"
294294
_ "github.com/hashicorp/terraform/helper/schema"
295-
_ "github.com/uber-go/zap"
295+
_ "go.uber.org/zap"
296296
_ "github.com/prometheus/client_golang/prometheus"
297297
_ "github.com/gin-gonic/gin"
298298
_ "github.com/go-redis/redis/v8"

0 commit comments

Comments
 (0)