feat: implement shortcut view analytics

This commit is contained in:
Steven
2023-07-10 22:57:29 +08:00
parent d866d5b53b
commit 0cceed51f8
9 changed files with 308 additions and 7 deletions

4
go.mod
View File

@@ -66,8 +66,10 @@ require (
require (
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/mssola/useragent v1.0.0
github.com/pkg/errors v0.9.1
go.deanishe.net/favicon v0.1.0
golang.org/x/mod v0.8.0
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
golang.org/x/mod v0.11.0
modernc.org/sqlite v1.23.1
)