Updated to Go 1.18

This commit is contained in:
マリウス
2022-04-14 19:53:19 -05:00
parent 41f1c0f542
commit c97f3f4314
3 changed files with 14 additions and 7 deletions
+13 -2
View File
@@ -1,6 +1,6 @@
module github.com/mrusme/zeit
go 1.15
go 1.18
require (
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08
@@ -9,8 +9,19 @@ require (
github.com/jinzhu/now v1.1.5
github.com/shopspring/decimal v1.3.1
github.com/spf13/cobra v1.4.0
github.com/tidwall/btree v1.3.0 // indirect
github.com/tidwall/buntdb v1.2.9
)
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/btree v1.3.0 // indirect
github.com/tidwall/gjson v1.14.0 // indirect
github.com/tidwall/grect v0.1.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tidwall/rtred v0.1.2 // indirect
github.com/tidwall/tinyqueue v0.1.1 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
)