Skip to content

Commit

Permalink
chore: upgrade parser
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed Jun 15, 2024
1 parent f5eb18b commit 1049230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/golang/geo v0.0.0-20230421003525-6adc56603217
github.com/markus-wa/demoinfocs-golang/v4 v4.2.2
github.com/markus-wa/demoinfocs-golang/v4 v4.2.3
github.com/markus-wa/gobitread v0.2.3
github.com/pkg/errors v0.9.1
google.golang.org/protobuf v1.34.2
Expand All @@ -19,4 +19,4 @@ require (
github.com/oklog/ulid/v2 v2.1.0 // indirect
)

replace github.com/markus-wa/demoinfocs-golang/v4 v4.2.2 => github.com/markus-wa/demoinfocs-golang/v4 v4.2.2
replace github.com/markus-wa/demoinfocs-golang/v4 v4.2.3 => github.com/markus-wa/demoinfocs-golang/v4 v4.2.3
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/markus-wa/demoinfocs-golang/v4 v4.2.2 h1:3cP+E9t2ykoTl/YzccYLGZ2cxfzStIns/iDPV3Ts4TI=
github.com/markus-wa/demoinfocs-golang/v4 v4.2.2/go.mod h1:cXkls5msNlWrBP0WvJYsIiobIpPkbhC2VE4RBZkUglw=
github.com/markus-wa/demoinfocs-golang/v4 v4.2.3 h1:VV3YqiqZoQA8Y/JDEuS9xoCVl14IXY+FLLNVXtkmzv8=
github.com/markus-wa/demoinfocs-golang/v4 v4.2.3/go.mod h1:5J8KR7reF3g9HkZnZHPgWgxpxfw+BC/cFmPOLlE8+cU=
github.com/markus-wa/go-unassert v0.1.3 h1:4N2fPLUS3929Rmkv94jbWskjsLiyNT2yQpCulTFFWfM=
github.com/markus-wa/go-unassert v0.1.3/go.mod h1:/pqt7a0LRmdsRNYQ2nU3SGrXfw3bLXrvIkakY/6jpPY=
github.com/markus-wa/gobitread v0.2.3 h1:COx7dtYQ7Q+77hgUmD+O4MvOcqG7y17RP3Z7BbjRvPs=
Expand Down

0 comments on commit 1049230

Please sign in to comment.