Update module version to v3

This commit is contained in:
bytedream 2022-05-21 21:38:45 +02:00
parent b78d6a7871
commit eb2414d012
11 changed files with 18 additions and 18 deletions

View file

@ -3,8 +3,8 @@ package cmd
import (
"context"
"fmt"
"github.com/ByteDream/crunchyroll-go/v2"
"github.com/ByteDream/crunchyroll-go/v2/utils"
"github.com/ByteDream/crunchyroll-go/v3"
"github.com/ByteDream/crunchyroll-go/v3/utils"
"github.com/grafov/m3u8"
"github.com/spf13/cobra"
"math"