Fix imports
This commit is contained in:
Родитель
07160b0068
Коммит
ecbbc7f0b1
|
@ -3,7 +3,7 @@ package blobutil_test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/ahmetalpbalkan/custom-script-extension-linux/blobutil"
|
||||
"github.com/Azure/custom-script-extension-linux/blobutil"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/Azure/azure-sdk-for-go/storage"
|
||||
"github.com/ahmetalpbalkan/custom-script-extension-linux/blobutil"
|
||||
"github.com/Azure/custom-script-extension-linux/blobutil"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/Azure/azure-sdk-for-go/storage"
|
||||
"github.com/ahmetalpbalkan/custom-script-extension-linux/blobutil"
|
||||
"github.com/Azure/custom-script-extension-linux/blobutil"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"net/http/httptest"
|
||||
"testing"
|
||||
|
||||
"github.com/ahmetalpbalkan/custom-script-extension-linux/download"
|
||||
"github.com/Azure/custom-script-extension-linux/download"
|
||||
"github.com/ahmetalpbalkan/go-httpbin"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче