aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-11-11 23:19:01 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-16 21:39:42 +0300
commit892fb8f547ce4a31901fb029a762331b1188efb7 (patch)
tree51d38af2364d7139fc93f8637e40c77930407532 /go.mod
parentupgrade bitreader to v1.2.5 (diff)
downloadsdp.go-892fb8f547ce4a31901fb029a762331b1188efb7.tar.gz
sdp.go-892fb8f547ce4a31901fb029a762331b1188efb7.tar.bz2
sdp.go-892fb8f547ce4a31901fb029a762331b1188efb7.zip
net/svc messages finally getting parsed correctly
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 07c96f9..d1b68cc 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,4 @@ module github.com/pektezol/demoparser
2 2
3go 1.19 3go 1.19
4 4
5require github.com/pektezol/bitreader v1.2.5 5require github.com/pektezol/bitreader v1.2.9