bitcask-mirror/go.mod

27 lines
898 B
Modula-2
Raw Normal View History

2019-03-09 12:41:59 +00:00
module github.com/prologic/bitcask
go 1.13
2019-03-09 12:41:59 +00:00
require (
github.com/gofrs/flock v0.7.1
2019-03-22 11:53:09 +00:00
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
2020-03-07 06:58:39 +00:00
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/pkg/errors v0.9.1
2019-08-29 22:13:24 +00:00
github.com/plar/go-adaptive-radix-tree v1.0.1
2019-07-24 22:02:00 +00:00
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
2020-03-07 06:58:39 +00:00
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.6
2019-03-22 11:53:09 +00:00
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
2020-03-07 06:58:39 +00:00
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.5.1
github.com/tidwall/redcon v1.3.2
2020-03-07 06:58:39 +00:00
golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
2019-07-24 22:02:00 +00:00
golang.org/x/text v0.3.2 // indirect
2020-03-07 06:58:39 +00:00
gopkg.in/ini.v1 v1.53.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
2019-03-09 12:41:59 +00:00
)