Integrated modules
This commit is contained in:
parent
5870284cfd
commit
a715a3c1b8
9 changed files with 60 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package tests
|
||||
|
||||
import (
|
||||
"github.com/flygrounder/mtg-price-vk/caching"
|
||||
"github.com/flygrounder/go-mtg-vk/caching"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
"time"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package tests
|
||||
|
||||
import (
|
||||
"github.com/flygrounder/mtg-price-vk/cardsinfo"
|
||||
"github.com/flygrounder/go-mtg-vk/cardsinfo"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package tests
|
||||
|
||||
import (
|
||||
"github.com/flygrounder/mtg-price-vk/cardsinfo"
|
||||
"github.com/flygrounder/go-mtg-vk/cardsinfo"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package tests
|
||||
|
||||
import (
|
||||
"github.com/flygrounder/mtg-price-vk/cardsinfo"
|
||||
"github.com/flygrounder/go-mtg-vk/cardsinfo"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue