File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,8 @@ module github.com/kpango/glg
2
2
3
3
go 1.16
4
4
5
- replace github.com/goccy/go-json => github.com/goccy/go-json v0.4.8
6
-
7
5
require (
8
- github.com/goccy/go-json v0.4.8
6
+ github.com/goccy/go-json v0.4.9
9
7
github.com/kpango/fastime v1.0.16
10
8
go.uber.org/zap v1.16.0
11
9
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
3
3
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
5
5
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
6
- github.com/goccy/go-json v0.4.8 h1:TfwOxfSp8hXH+ivoOk36RyDNmXATUETRdaNWDaZglf8 =
7
- github.com/goccy/go-json v0.4.8 /go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I =
6
+ github.com/goccy/go-json v0.4.9 h1:ZHHwZ11g3dXwcuDOeLH+zY/ZL2Su9DWFZVroZULTrj8 =
7
+ github.com/goccy/go-json v0.4.9 /go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I =
8
8
github.com/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
9
9
github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
10
10
github.com/kpango/fastime v1.0.16 h1:1prFG/3pTjzcDeCTxt98VB4IvjxcySLs0ldCEhZg0R8 =
You can’t perform that action at this time.
0 commit comments