This commit is contained in:
Gabe Farrell 2023-07-03 15:11:23 +00:00
parent 9590520a78
commit f6e482ce15
8 changed files with 21 additions and 21 deletions

View file

@ -4,8 +4,8 @@ import (
"fmt"
"testing"
"github.com/gosuimg/gosu-libwebp/test/util"
"github.com/gosuimg/gosu-libwebp/webp"
"github.com/talgo-cloud/talgo-libwebp/test/util"
"github.com/talgo-cloud/talgo-libwebp/webp"
)
func TestDecodeAnimationInfo(t *testing.T) {

View file

@ -5,8 +5,8 @@ import (
"testing"
"time"
"github.com/gosuimg/gosu-libwebp/test/util"
"github.com/gosuimg/gosu-libwebp/webp"
"github.com/talgo-cloud/talgo-libwebp/test/util"
"github.com/talgo-cloud/talgo-libwebp/webp"
)
func TestEncodeAnimation(t *testing.T) {

View file

@ -8,8 +8,8 @@ import (
"os"
"testing"
"github.com/gosuimg/gosu-libwebp/test/util"
"github.com/gosuimg/gosu-libwebp/webp"
"github.com/talgo-cloud/talgo-libwebp/test/util"
"github.com/talgo-cloud/talgo-libwebp/webp"
)
func TestMain(m *testing.M) {