Skip to content

Commit

Permalink
Update the sheepcounter dependency. Fixes #124
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Jan 9, 2025
1 parent 8ba4a46 commit 0df0ba7
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ require (
github.com/xyproto/pinterface v1.5.4
github.com/xyproto/pstore v1.3.3
github.com/xyproto/recwatch v1.1.0
github.com/xyproto/sheepcounter v1.6.1
github.com/xyproto/sheepcounter v1.6.2
github.com/xyproto/simplebolt v1.5.2
github.com/xyproto/simpleform v0.2.0
github.com/xyproto/simplejwt v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ github.com/xyproto/randomstring v1.2.0 h1:y7PXAEBM3XlwJjPG2JQg4voxBYZ4+hPgRdGKCf
github.com/xyproto/randomstring v1.2.0/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E=
github.com/xyproto/recwatch v1.1.0 h1:M8raxpfOb1HChmMxE+72PmhugC+/LlJ3tPDs2dQjpzc=
github.com/xyproto/recwatch v1.1.0/go.mod h1:L5vSDqREe0dO3awl3+gESUo/5jQTTxPe1TmhFMpBa2w=
github.com/xyproto/sheepcounter v1.6.1 h1:tYK/S54fpLuJpIQk4TLa64EbZpVT6FAO9qJJZcrChpI=
github.com/xyproto/sheepcounter v1.6.1/go.mod h1:o2/EM3ibNDo4LjW2S3rG0O+eZ1PQnKRZ5YboGlBJhGM=
github.com/xyproto/sheepcounter v1.6.2 h1:a8M2XZRk+OQ1NktUwzgtgSBkOWfuhAPpsDkjqocVJAo=
github.com/xyproto/sheepcounter v1.6.2/go.mod h1:o2/EM3ibNDo4LjW2S3rG0O+eZ1PQnKRZ5YboGlBJhGM=
github.com/xyproto/simplebolt v1.5.2 h1:Q576fLNHnfzn0HFSlyZyaHmXfdzGC8RAlZLM/0mfDQ0=
github.com/xyproto/simplebolt v1.5.2/go.mod h1:19ub+nPXHfvhde8eqk/5g56zGZNnaYIYLikrkZe+OF0=
github.com/xyproto/simpleform v0.2.0 h1:01YuPkzSUabU8dq3tk+hunoHdA3wYsfXVImimmXX0tU=
Expand Down
51 changes: 47 additions & 4 deletions vendor/github.com/xyproto/sheepcounter/.gitignore

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

2 changes: 1 addition & 1 deletion vendor/github.com/xyproto/sheepcounter/LICENSE

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

2 changes: 1 addition & 1 deletion vendor/github.com/xyproto/sheepcounter/README.md

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

7 changes: 7 additions & 0 deletions vendor/github.com/xyproto/sheepcounter/sheepcounter.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ github.com/xyproto/randomstring
# github.com/xyproto/recwatch v1.1.0
## explicit; go 1.9
github.com/xyproto/recwatch
# github.com/xyproto/sheepcounter v1.6.1
# github.com/xyproto/sheepcounter v1.6.2
## explicit; go 1.18
github.com/xyproto/sheepcounter
# github.com/xyproto/simplebolt v1.5.2
Expand Down

0 comments on commit 0df0ba7

Please sign in to comment.