mirror of
https://github.com/Kugelschieber/migo.git
synced 2026-01-18 06:40:29 +00:00
30 lines
1.2 KiB
Modula-2
30 lines
1.2 KiB
Modula-2
module github.com/Kugelschieber/migo
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dgraph-io/badger/v3 v3.2103.5 // indirect
|
|
github.com/dgraph-io/badger/v4 v4.1.0 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/go-chi/chi/v5 v5.0.10 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/google/flatbuffers v1.12.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.12.3 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/spf13/cobra v0.0.5 // indirect
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
go.opencensus.io v0.22.5 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb // indirect
|
|
google.golang.org/grpc v1.20.1 // indirect
|
|
)
|