diff options
| author | BiSaXa <1669855+BiSaXa@users.noreply.github.com> | 2022-08-28 18:46:20 +0300 |
|---|---|---|
| committer | BiSaXa <1669855+BiSaXa@users.noreply.github.com> | 2022-08-28 18:46:20 +0300 |
| commit | bb3801544a0ed1f47c7074649c81f638b48d2f25 (patch) | |
| tree | 055d5fc4cb71d980686dc5e45925c0f6185a1541 /go.mod | |
| parent | Update and rename go-windows-amd64.yml to CI.yml (diff) | |
| download | sdp.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.mod | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,3 +1,5 @@ | |||
| 1 | module parser | 1 | module github.com/bisaxa/demoparser |
| 2 | 2 | ||
| 3 | go 1.19 | 3 | go 1.19 |
| 4 | |||
| 5 | require github.com/32bitkid/bitreader v1.0.1 | ||