Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ module github.com/BTrDB/btrdb/v5
go 1.14

require (
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
github.com/huichen/murmur v0.0.0-20130808212358-e0489551cf51
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pborman/uuid v1.2.1
google.golang.org/api v0.84.0
google.golang.org/genproto v0.0.0-20220719170305-83ca9fad585f
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.28.0
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)
Loading