File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/kpango/glg
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/goccy/go-json v0.9.4
7
- github.com/kpango/fastime v1.1.0
7
+ github.com/kpango/fastime v1.1.4
8
8
github.com/sirupsen/logrus v1.8.1
9
9
go.uber.org/zap v1.21.0
10
10
)
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ 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
6
github.com/goccy/go-json v0.9.4 h1:L8MLKG2mvVXiQu07qB6hmfqeSYQdOnqPot2GhsIwIaI =
7
7
github.com/goccy/go-json v0.9.4 /go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I =
8
- github.com/kpango/fastime v1.1.0 h1:EheB4Xqo/2/3zULu2pzxbmzaOCFbzcNDN2KanGEx18w =
9
- github.com/kpango/fastime v1.1.0 /go.mod h1:SEwhnYAdqVe+KEfjjj6Aq3Tb/YndJTPFkCvh4h/Dsc8 =
8
+ github.com/kpango/fastime v1.1.4 h1:pus9JgJBg/8Jie3ozayA4yNIV67BUPhbq0wMZY3CtYo =
9
+ github.com/kpango/fastime v1.1.4 /go.mod h1:tTNDbIo5qL6D7g5vh2YbkyUbOVP2kD/we3rSjN22PMY =
10
10
github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
11
11
github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
12
12
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
You can’t perform that action at this time.
0 commit comments