Upgrade to Go 1.18

This commit is contained in:
tidwall 2022-04-27 17:08:15 -07:00
parent 5627a11dd1
commit e68e3da49b
1 changed files with 6 additions and 1 deletions

7
go.mod
View File

@ -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
)