forked from mirror/buntdb
Upgrade to Go 1.18
This commit is contained in:
parent
5627a11dd1
commit
e68e3da49b
7
go.mod
7
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/tidwall/buntdb
|
||||
|
||||
go 1.16
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/tidwall/assert v0.1.0
|
||||
|
@ -11,3 +11,8 @@ require (
|
|||
github.com/tidwall/match v1.1.1
|
||||
github.com/tidwall/rtred v0.1.2
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/tidwall/pretty v1.2.0 // indirect
|
||||
github.com/tidwall/tinyqueue v0.1.1 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue