Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hiohiograb committed Jun 8, 2022
1 parent 50400f6 commit bda887b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 91 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ go 1.17

// should be removed once crphang/orc is up to date with upstream orc
replace github.com/crphang/orc => github.com/tardunge/orc v0.0.7

replace github.com/dgraph-io/badger/v3 v3.2103.1 => github.com/atlas-comstock/badger/v3 v3.2103.1-with-arm-fix

replace github.com/dgraph-io/ristretto v0.1.0 => github.com/atlas-comstock/ristretto v0.2.0

require (
cloud.google.com/go v0.57.0 // indirect
cloud.google.com/go/bigquery v1.7.0
Expand Down Expand Up @@ -107,6 +110,7 @@ require (
github.com/prometheus/procfs v0.1.3 // indirect
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
go.opencensus.io v0.22.5 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/mod v0.3.0 // indirect
Expand Down
Loading

0 comments on commit bda887b

Please sign in to comment.