From bb3801544a0ed1f47c7074649c81f638b48d2f25 Mon Sep 17 00:00:00 2001 From: BiSaXa <1669855+BiSaXa@users.noreply.github.com> Date: Sun, 28 Aug 2022 18:46:20 +0300 Subject: module name and other changes --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index d0e178d..a8203a2 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ -module parser +module github.com/bisaxa/demoparser go 1.19 + +require github.com/32bitkid/bitreader v1.0.1 -- cgit v1.2.3