Skip to content

Commit

Permalink
fix ci related issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed Aug 6, 2023
1 parent 0d787bf commit f31cea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions io/logs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ go_library(
"//cache/lru:go_default_library",
"//config/params:go_default_library",
"//crypto/rand:go_default_library",
"//io/file:go_default_library",
"@com_github_hashicorp_golang_lru//:go_default_library",
"@com_github_sirupsen_logrus//:go_default_library",
],
Expand Down
2 changes: 1 addition & 1 deletion io/logs/logutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
package logs

import (
"github.com/prysmaticlabs/prysm/v4/io/file"
"io"
"net/url"
"os"
"path/filepath"
"strings"

"github.com/prysmaticlabs/prysm/v4/config/params"
"github.com/prysmaticlabs/prysm/v4/io/file"
"github.com/sirupsen/logrus"
)

Expand Down

0 comments on commit f31cea4

Please sign in to comment.