diff --git a/go.mod b/go.mod index 7a4bf42..9a38468 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,13 @@ module github.com/ByteDream/crunchyroll-go/v2 -go 1.16 +go 1.18 require ( github.com/grafov/m3u8 v0.11.1 github.com/spf13/cobra v1.4.0 ) + +require ( + github.com/inconshreveable/mousetrap v1.0.0 // indirect + github.com/spf13/pflag v1.0.5 // indirect +)