Skip to content

Commit

Permalink
[chore] Upgrade arvo package (#34962)
Browse files Browse the repository at this point in the history
**Description:** 

Upgrading the arvo package used, it appears to be causing build issues
on integer overflows
  • Loading branch information
MovieStoreGuy authored Sep 3, 2024
1 parent 13f0d14 commit 255020c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exporter/kineticaexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/go-viper/mapstructure/v2 v2.1.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/hamba/avro/v2 v2.20.1 // indirect
github.com/hamba/avro/v2 v2.25.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/knadh/koanf/maps v0.1.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions exporter/kineticaexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 255020c

Please sign in to comment.