tauraamui/bluepanda

View on GitHub
go.mod

Summary

Maintainability
Test Coverage
module github.com/tauraamui/bluepanda

go 1.19

require (
    github.com/alexflint/go-arg v1.4.3
    github.com/dgraph-io/badger/v3 v3.2103.5
    github.com/gofiber/fiber/v2 v2.48.0
    github.com/golang/protobuf v1.5.3
    github.com/google/uuid v1.3.0
    github.com/matryer/is v1.4.1
    github.com/rs/zerolog v1.30.0
    github.com/tauraamui/bluepanda/pkg/kvs v0.0.1
    google.golang.org/grpc v1.57.0
    google.golang.org/protobuf v1.31.0
)

require (
    github.com/alexflint/go-scalar v1.1.0 // indirect
    github.com/andybalholm/brotli v1.0.5 // indirect
    github.com/cespare/xxhash v1.1.0 // indirect
    github.com/cespare/xxhash/v2 v2.2.0 // indirect
    github.com/dgraph-io/ristretto v0.1.1 // indirect
    github.com/dustin/go-humanize v1.0.0 // indirect
    github.com/gogo/protobuf v1.3.2 // indirect
    github.com/golang/glog v1.1.0 // indirect
    github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
    github.com/golang/snappy v0.0.3 // indirect
    github.com/google/flatbuffers v1.12.1 // indirect
    github.com/klauspost/compress v1.16.3 // indirect
    github.com/mattn/go-colorable v0.1.13 // indirect
    github.com/mattn/go-isatty v0.0.19 // indirect
    github.com/mattn/go-runewidth v0.0.14 // indirect
    github.com/pkg/errors v0.9.1 // indirect
    github.com/rivo/uniseg v0.2.0 // indirect
    github.com/valyala/bytebufferpool v1.0.0 // indirect
    github.com/valyala/fasthttp v1.48.0 // indirect
    github.com/valyala/tcplisten v1.0.0 // indirect
    go.opencensus.io v0.22.5 // indirect
    golang.org/x/net v0.9.0 // indirect
    golang.org/x/sys v0.10.0 // indirect
    golang.org/x/text v0.9.0 // indirect
    google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
)