Files
dota-replay-dump/go.mod
dependabot[bot] a343346d26 Bump google.golang.org/protobuf from 1.27.1 to 1.33.0
Bumps google.golang.org/protobuf from 1.27.1 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 21:31:46 +00:00

9 lines
132 B
Modula-2

module github.com/olemorud/replay-parser
go 1.17
require (
github.com/golang/snappy v0.0.4
google.golang.org/protobuf v1.33.0
)