Skip to content

Commit 92c0a5a

Browse files
update: api change createdAt time unit.
1 parent 117b30d commit 92c0a5a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/HuolalaTech/page-spy-web/backend
22

33
go 1.21
44

5-
require github.com/HuolalaTech/page-spy-api v1.3.4-0.20231228032258-41daa5362ce2
5+
require github.com/HuolalaTech/page-spy-api v1.3.4-0.20231228075405-35161d7d323f
66

77
require (
88
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect

backend/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
github.com/HuolalaTech/page-spy-api v1.3.4-0.20231228032258-41daa5362ce2 h1:3UpI6Ne4n+lAbeFFrSylmRsye67b0QHOMHLl/oPtTBs=
22
github.com/HuolalaTech/page-spy-api v1.3.4-0.20231228032258-41daa5362ce2/go.mod h1:njVR6tXPbDvvA/ecpLY5+9Pu43bOI5tnK+yscNdiMkU=
3+
github.com/HuolalaTech/page-spy-api v1.3.4-0.20231228075405-35161d7d323f h1:YwSFDoquOclbvMeOYgxIV9tF08+PkCPXpa2bnfqySjs=
4+
github.com/HuolalaTech/page-spy-api v1.3.4-0.20231228075405-35161d7d323f/go.mod h1:njVR6tXPbDvvA/ecpLY5+9Pu43bOI5tnK+yscNdiMkU=
35
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
46
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
57
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)