mirror of
https://github.com/gogrlx/bitcask.git
synced 2026-04-02 02:58:59 -07:00
Adds Github Actions workflow for Building and Testing (#127)
* Added Github Actions workflow for Reviewing, Building and Testing * Added codecov workflow * Fix version of Go used for codecov workflow * Fixed coverage options
This commit is contained in:
1
go.mod
1
go.mod
@@ -5,7 +5,6 @@ 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.9.1
|
||||
github.com/plar/go-adaptive-radix-tree v1.0.1
|
||||
|
||||
Reference in New Issue
Block a user