Skip to content

Commit

Permalink
Fix goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborpongracz committed Aug 1, 2024
1 parent 10c3c48 commit 4bfabec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions fileutil/fileutil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import (
"path/filepath"
"testing"

"github.com/stretchr/testify/require"

"github.com/bitrise-io/go-utils/v2/pathutil"
"github.com/stretchr/testify/require"
)

func TestWrite(t *testing.T) {
Expand Down
3 changes: 1 addition & 2 deletions retryhttp/retryhttp.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package retryhttp

import (
"github.com/hashicorp/go-retryablehttp"

"github.com/bitrise-io/go-utils/v2/log"
"github.com/hashicorp/go-retryablehttp"
)

// NewClient returns a retryable HTTP client with common defaults
Expand Down

0 comments on commit 4bfabec

Please sign in to comment.