Skip to content

Commit

Permalink
chore: update parser
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed May 30, 2024
1 parent 1bdd241 commit ec78a48
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.0
github.com/markus-wa/demoinfocs-golang/v4 v4.2.1
github.com/markus-wa/gobitread v0.2.3
github.com/pkg/errors v0.9.1
google.golang.org/protobuf v1.34.1
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.0 => github.com/markus-wa/demoinfocs-golang/v4 v4.2.0
replace github.com/markus-wa/demoinfocs-golang/v4 v4.2.1 => github.com/markus-wa/demoinfocs-golang/v4 v4.2.1
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.0 h1:yNxB5Vahl7sVWtkNLmsP4nQd4XSwMZbpWN4pnAhJn+w=
github.com/markus-wa/demoinfocs-golang/v4 v4.2.0/go.mod h1:cXkls5msNlWrBP0WvJYsIiobIpPkbhC2VE4RBZkUglw=
github.com/markus-wa/demoinfocs-golang/v4 v4.2.1 h1:yeRHi11TQ4CILSli35zGuPXShkDoXg2lPk5vje/A+BU=
github.com/markus-wa/demoinfocs-golang/v4 v4.2.1/go.mod h1:cXkls5msNlWrBP0WvJYsIiobIpPkbhC2VE4RBZkUglw=
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 ec78a48

Please sign in to comment.