aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-11-07 18:42:28 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-16 21:39:38 +0300
commit8352bfc1d8deedd4d6a0a5b0698fe1f8b9a06e88 (patch)
tree69fd0825f69ff70fe0c8ae597cfe20a91af2d961 /go.mod
parentstarting stringtable (diff)
downloadsdp.go-8352bfc1d8deedd4d6a0a5b0698fe1f8b9a06e88.tar.gz
sdp.go-8352bfc1d8deedd4d6a0a5b0698fe1f8b9a06e88.tar.bz2
sdp.go-8352bfc1d8deedd4d6a0a5b0698fe1f8b9a06e88.zip
stringtable done, can't see data properly
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 8b852ea..8a6514d 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.1 5require github.com/pektezol/bitreader v1.2.2