Skip to content

Commit eb02c9d

Browse files
wangdashuaihenshuaiwqcstrong
authored andcommitted
update api version : support secret rooms and fix some bugs and update json perf
1 parent b50fa47 commit eb02c9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/go.mod

+1-1
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.5.1
5+
require github.com/HuolalaTech/page-spy-api v1.6.0
66

77
require (
88
github.com/dustin/go-humanize v1.0.1 // indirect

backend/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/HuolalaTech/page-spy-api v1.5.1 h1:jcx+lEfkTIcHYVHRHUTjAJ9jbE5BNRWfea1YowwN2d4=
2-
github.com/HuolalaTech/page-spy-api v1.5.1/go.mod h1:hRcABtSAQ6pGPYmst+0HfzMWxZ0qOtpVGO+Awq/MkEg=
1+
github.com/HuolalaTech/page-spy-api v1.6.0 h1:jtwHyvXys2Oo1jeXDD2YTUi7vtY/okoWv4LdDWFsf7A=
2+
github.com/HuolalaTech/page-spy-api v1.6.0/go.mod h1:hRcABtSAQ6pGPYmst+0HfzMWxZ0qOtpVGO+Awq/MkEg=
33
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
44
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
55
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)