mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-04 16:18:49 +01:00
fix(deps): update ginkgo import path to v2 in test files
This commit is contained in:
parent
6d901a7442
commit
a9642a2dcc
23 changed files with 116 additions and 157 deletions
|
|
@ -2,16 +2,17 @@ package digest_test
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/beatkind/watchtower/internal/actions/mocks"
|
||||
"github.com/beatkind/watchtower/pkg/registry/digest"
|
||||
wtTypes "github.com/beatkind/watchtower/pkg/types"
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
"github.com/onsi/gomega/ghttp"
|
||||
"net/http"
|
||||
"os"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/beatkind/watchtower/internal/actions/mocks"
|
||||
"github.com/beatkind/watchtower/pkg/registry/digest"
|
||||
wtTypes "github.com/beatkind/watchtower/pkg/types"
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
"github.com/onsi/gomega/ghttp"
|
||||
)
|
||||
|
||||
func TestDigest(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue