mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Bumps [github.com/tidwall/redcon](https://github.com/tidwall/redcon) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/tidwall/redcon/releases) - [Commits](https://github.com/tidwall/redcon/compare/v1.0.0...v1.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: James Mills <1290234+prologic@users.noreply.github.com>
24 lines
790 B
Modula-2
24 lines
790 B
Modula-2
module github.com/prologic/bitcask
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gofrs/flock v0.7.1
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
github.com/pelletier/go-toml v1.4.0 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/plar/go-adaptive-radix-tree v1.0.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tidwall/redcon v1.0.1
|
|
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56
|
|
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|