29 lines
1.0 KiB
Modula-2
29 lines
1.0 KiB
Modula-2
module go.arsenm.dev/store
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/outcaste-io/badger/v3 v3.2202.0
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/flatbuffers v2.0.6+incompatible // indirect
|
|
github.com/klauspost/compress v1.15.6 // indirect
|
|
github.com/outcaste-io/ristretto v0.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
|
|
golang.org/x/sys v0.0.0-20220608164250-635b8c9b7f68 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|