diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-11-11 23:19:01 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-16 21:39:42 +0300 |
| commit | 892fb8f547ce4a31901fb029a762331b1188efb7 (patch) | |
| tree | 51d38af2364d7139fc93f8637e40c77930407532 /go.mod | |
| parent | upgrade bitreader to v1.2.5 (diff) | |
| download | sdp.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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,4 +2,4 @@ module github.com/pektezol/demoparser | |||
| 2 | 2 | ||
| 3 | go 1.19 | 3 | go 1.19 |
| 4 | 4 | ||
| 5 | require github.com/pektezol/bitreader v1.2.5 | 5 | require github.com/pektezol/bitreader v1.2.9 |