Skip to content

Commit

Permalink
refactor 4
Browse files Browse the repository at this point in the history
  • Loading branch information
smaulik13 committed Jan 16, 2025
1 parent eeec3c6 commit a631a8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion zboxcore/zboxutil/download_buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"sync"
"time"

"github.com/0chain/gosdk/core/sys"
"github.com/0chain/gosdk_common/core/sys"
"github.com/valyala/bytebufferpool"
)

Expand Down
6 changes: 3 additions & 3 deletions zboxcore/zboxutil/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import (
"github.com/hashicorp/golang-lru/v2/simplelru"

"github.com/0chain/errors"
"github.com/0chain/gosdk/core/client"
"github.com/0chain/gosdk/core/encryption"
"github.com/0chain/gosdk/core/logger"
"github.com/0chain/gosdk_common/core/client"
"github.com/0chain/gosdk_common/core/encryption"
"github.com/0chain/gosdk_common/core/logger"
lru "github.com/hashicorp/golang-lru/v2"
"github.com/hitenjain14/fasthttp"
)
Expand Down

0 comments on commit a631a8c

Please sign in to comment.