Fork and change module

This commit is contained in:
Gabe Farrell 2023-06-21 22:15:23 +00:00
parent 1fabc3b466
commit 9590520a78
9 changed files with 23 additions and 25 deletions

View file

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

View file

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

View file

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