aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBiSaXa <1669855+BiSaXa@users.noreply.github.com>2022-08-28 18:46:20 +0300
committerBiSaXa <1669855+BiSaXa@users.noreply.github.com>2022-08-28 18:46:20 +0300
commitbb3801544a0ed1f47c7074649c81f638b48d2f25 (patch)
tree055d5fc4cb71d980686dc5e45925c0f6185a1541 /go.mod
parentUpdate and rename go-windows-amd64.yml to CI.yml (diff)
downloadsdp.go-bb3801544a0ed1f47c7074649c81f638b48d2f25.tar.gz
sdp.go-bb3801544a0ed1f47c7074649c81f638b48d2f25.tar.bz2
sdp.go-bb3801544a0ed1f47c7074649c81f638b48d2f25.zip
module name and other changes
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d0e178d..a8203a2 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
1module parser 1module github.com/bisaxa/demoparser
2 2
3go 1.19 3go 1.19
4
5require github.com/32bitkid/bitreader v1.0.1