Skip to content

Commit

Permalink
bash "go get -u all"
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavPodorvanov committed Feb 6, 2024
1 parent 3508e0c commit 7d889d7
Show file tree
Hide file tree
Showing 16 changed files with 106 additions and 91 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 u8views
Copyright (c) 2024 u8views

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "u8views",
"version": "0.1.0",
"description": "GitHub profile views statistic",
"description": "GitHub profile views statistics",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.17.6"
Expand Down
43 changes: 24 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,46 @@ go 1.21

require (
github.com/gin-contrib/gzip v0.0.6
github.com/gin-gonic/gin v1.8.2
github.com/gin-gonic/gin v1.9.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/lib/pq v1.10.7
github.com/narqo/go-badge v0.0.0-20221212191103-ba83bed45a1a
github.com/pressly/goose/v3 v3.8.0
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.3
github.com/valyala/fasthttp v1.44.0
github.com/valyala/quicktemplate v1.7.0
golang.org/x/crypto v0.5.0
golang.org/x/image v0.3.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/crypto v0.18.0
golang.org/x/image v0.15.0
golang.org/x/sync v0.6.0
)

require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/bytedance/sonic v1.9.1 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/goccy/go-json v0.9.11 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ugorji/go/codec v1.2.7 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
114 changes: 62 additions & 52 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion internal/templates/v2/footer.qtpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>
</div>
<div class="footer__copyrights">
<span>© 2023 Yaroslav Podorvanov</span>
<span>© 2024 Yaroslav Podorvanov</span>
<img class="footer__flag-UA" src="/assets/images/flag-of-ukraine.svg" alt="Flag of Ukraine">
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion internal/templates/v2/footer.qtpl.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions internal/templates/v2/index.qtpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GitHub profile views statistic badge</title>
<meta name="description" content="GitHub profile views statistic badge">
<title>GitHub profile views statistics badge</title>
<meta name="description" content="GitHub profile views statistics badge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="author" type="text/plain" href="https://u8views.com/humans.txt"/>
Expand Down
4 changes: 2 additions & 2 deletions internal/templates/v2/index.qtpl.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions internal/templates/v2/profile.qtpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{%s currentPageProfile.GetName() %} profile views statistic</title>
<meta name="description" content="{%s currentPageProfile.GetName() %} profile views statistic">
<title>{%s currentPageProfile.GetName() %} profile views statistics</title>
<meta name="description" content="{%s currentPageProfile.GetName() %} profile views statistics">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="author" type="text/plain" href="https://u8views.com/humans.txt"/>
Expand Down Expand Up @@ -83,7 +83,7 @@
{% if showCharts(currentPageProfile, sessionProfile, stats) %}
<section class="profile__statistics">
<div class="profile__header">
<h3 class="profile__title">Your GitHub profile views statistic</h3>
<h3 class="profile__title">Your GitHub profile views statistics</h3>
</div>
<div class="profile__chart">
<div class="profile__chart js-chart-views-statistic"></div>
Expand Down
6 changes: 3 additions & 3 deletions internal/templates/v2/profile.qtpl.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/design/v2/index-auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ <h2 class="history__title">Registration history</h2>
</div>
</div>
<div class="footer__copyrights">
<span>© 2023 Yaroslav Podorvanov</span>
<span>© 2024 Yaroslav Podorvanov</span>
<img class="footer__flag-UA" src="/assets/images/flag-of-ukraine.svg" alt="Flag of Ukraine">
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/design/v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ <h2 class="history__title">Registration history</h2>
</div>
</div>
<div class="footer__copyrights">
<span>© 2023 Yaroslav Podorvanov</span>
<span>© 2024 Yaroslav Podorvanov</span>
<img class="footer__flag-UA" src="/assets/images/flag-of-ukraine.svg" alt="Flag of Ukraine">
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/design/v2/profile-auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ <h2 class="step__title">
</div>
</div>
<div class="footer__copyrights">
<span>© 2023 Yaroslav Podorvanov</span>
<span>© 2024 Yaroslav Podorvanov</span>
<img class="footer__flag-UA" src="/assets/images/flag-of-ukraine.svg" alt="Flag of Ukraine">
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/design/v2/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ <h2 class="step__title">
</div>
</div>
<div class="footer__copyrights">
<span>© 2023 Yaroslav Podorvanov</span>
<span>© 2024 Yaroslav Podorvanov</span>
<img class="footer__flag-UA" src="/assets/images/flag-of-ukraine.svg" alt="Flag of Ukraine">
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/design/v2/stats-auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h3 class="profile__title">
</div>
</div>
<div class="footer__copyrights">
<span>© 2023 Yaroslav Podorvanov</span>
<span>© 2024 Yaroslav Podorvanov</span>
<img class="footer__flag-UA" src="/assets/images/flag-of-ukraine.svg" alt="Flag of Ukraine">
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/design/v2/stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h2 class="action__title">Track your GitHub profile views</h2>
</div>
</div>
<div class="footer__copyrights">
<span>© 2023 Yaroslav Podorvanov</span>
<span>© 2024 Yaroslav Podorvanov</span>
<img class="footer__flag-UA" src="/assets/images/flag-of-ukraine.svg" alt="Flag of Ukraine">
</div>
</div>
Expand Down

0 comments on commit 7d889d7

Please sign in to comment.