update go mod
This commit is contained in:
parent
e2d513b4c7
commit
bd2957255f
7
go.mod
7
go.mod
@ -3,8 +3,11 @@ module git.zhangdeman.cn/zhangdeman/data_mask
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/tidwall/gjson v1.17.1 // indirect
|
||||
github.com/tidwall/gjson v1.17.1
|
||||
github.com/tidwall/sjson v1.2.5
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.1 // indirect
|
||||
github.com/tidwall/sjson v1.2.5 // indirect
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user