From 2c95b62855b8c2ae9149c89ee13d5194dffb280b Mon Sep 17 00:00:00 2001 From: Kubo Ryosuke Date: Tue, 3 Dec 2024 18:02:09 +0900 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 539422e..59f40ae 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/abema/go-simple-m3u8 -go 1.23.2 +go 1.21 require github.com/stretchr/testify v1.10.0