Skip to content

Commit

Permalink
Merge pull request #71 from nlnwa/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
maeb authored Feb 1, 2023
2 parents 0ef7327 + 40ec7c9 commit 7558435
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 25 deletions.
2 changes: 1 addition & 1 deletion cmd/serve/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func serveCmd(_ *cobra.Command, _ []string) error {
// create record loader
l := &loader.Loader{
StorageRefResolver: storageRefResolver,
FileStorageLoader: loader.FileStorageLoader{FilePathResolver: filePathResolver},
RecordLoader: loader.FileStorageLoader{FilePathResolver: filePathResolver},
}
// middleware chain
mw := func(h http.Handler) http.Handler {
Expand Down
2 changes: 1 addition & 1 deletion exampleconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ kafka-max-bytes: 0
kafka-max-wait: 0

# path to badger database
badger-dir: ./badger
badger-dir: ./warcdb
# run badger read-only
badger-read-only: false
# max transaction batch size
Expand Down
12 changes: 4 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/gorilla/handlers v1.5.1
github.com/julienschmidt/httprouter v1.3.0
github.com/mitchellh/mapstructure v1.5.0
github.com/nlnwa/gowarc v1.0.0-beta.5
github.com/nlnwa/gowarc v1.0.0
github.com/nlnwa/whatwg-url v0.1.2
github.com/rs/zerolog v1.28.0
github.com/segmentio/kafka-go v0.4.38
Expand All @@ -25,21 +25,17 @@ require (
github.com/google/flatbuffers v22.11.23+incompatible // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.15.14 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32 // indirect
github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c // indirect
github.com/pingcap/kvproto v0.0.0-20221130051817-ca78592cde8c // indirect
github.com/pingcap/log v1.1.1-0.20221116035753-734d527bc87c // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/prometheus v0.40.5 // indirect
github.com/prometheus/prometheus v0.41.0 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/tikv/pd/client v0.0.0-20221130112201-58fde4919361 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/net v0.2.0 // indirect
google.golang.org/genproto v0.0.0-20221130183247-a2ec334bae6f // indirect
google.golang.org/grpc v1.51.0 // indirect
golang.org/x/net v0.5.0 // indirect
)
Loading

0 comments on commit 7558435

Please sign in to comment.