From c8d308d5d12366c98d97b1b977893ac9ea3ff185 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:21:07 +0300 Subject: change project name, update to go1.22 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index e9749c8..0d9863e 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ -module github.com/pektezol/demoparser +module github.com/pektezol/sdp.go -go 1.21.0 +go 1.22.0 require github.com/pektezol/bitreader v1.4.3 -- cgit v1.2.3