diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-11-11 09:01:07 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-16 21:39:41 +0300 |
| commit | 2705609baf1f7dd7ce226fd16136f2726a46203a (patch) | |
| tree | 0215641c43df03096951f99ee604412316367e36 /go.mod | |
| parent | fixed net/svc messages, not reading data atm but working (diff) | |
| download | sdp.go-2705609baf1f7dd7ce226fd16136f2726a46203a.tar.gz sdp.go-2705609baf1f7dd7ce226fd16136f2726a46203a.tar.bz2 sdp.go-2705609baf1f7dd7ce226fd16136f2726a46203a.zip | |
upgrade bitreader to v1.2.4
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.3 | 5 | require github.com/pektezol/bitreader v1.2.4 |