mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Bumps [github.com/gofrs/flock](https://github.com/gofrs/flock) from 0.7.3 to 0.8.0. - [Release notes](https://github.com/gofrs/flock/releases) - [Commits](https://github.com/gofrs/flock/compare/v0.7.3...v0.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
25 lines
789 B
Modula-2
25 lines
789 B
Modula-2
module github.com/prologic/bitcask
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gofrs/flock v0.8.0
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/plar/go-adaptive-radix-tree v1.0.4
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/cobra v0.0.7
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tidwall/redcon v1.3.2
|
|
golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85
|
|
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
|
|
gopkg.in/ini.v1 v1.53.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|