https://github.com/byte4cat/health-checker
Score: -Infinity
Last synced: about 22 hours ago
JSON representation
Repository metadata:
A simple health checker for your services.
- Host: GitHub
- URL: https://github.com/byte4cat/health-checker
- Owner: byte4cat
- License: mit
- Created: 2024-05-14T03:54:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-05T17:35:12.000Z (7 months ago)
- Last Synced: 2026-07-26T06:04:47.817Z (19 days ago)
- Language: Go
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Yi-Min Tsai (Neil)
- Login: byte4cat
- Email:
- Kind: user
- Description:
- Website:
- Location: Taiwan, Taichung City
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/21135286?u=bddcaf45081e56841021fc37ad62236f9f8743d8&v=4
- Repositories: 1
- Last Synced at: 2025-08-11T10:28:48.947Z
- Profile URL: https://github.com/byte4cat
GitHub Events
Total
- Push event: 3
- Total: 3
Last Year
- Push event: 3
- Total: 3
Committers metadata
Last synced: 2 days ago
Total Commits: 10
Total Committers: 1
Avg Commits per committer: 10.0
Development Distribution Score (DDS): 0.0
Commits in past year: 4
Committers in past year: 1
Avg Commits per committer in past year: 4.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| yimincai | b****9@g****m | 10 |
Dependencies
.github/workflows/release.yml
actions
- actions/checkout v3 composite
- actions/setup-go v3 composite
- golangci/golangci-lint-action v2.5.2 composite
- softprops/action-gh-release v1 composite
go.mod
go
- github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
- github.com/bwmarrin/discordgo v0.28.1
- github.com/bwmarrin/snowflake v0.3.0
- github.com/fsnotify/fsnotify v1.7.0
- github.com/gabriel-vasile/mimetype v1.4.3
- github.com/go-openapi/errors v0.22.0
- github.com/go-openapi/strfmt v0.23.0
- github.com/go-playground/locales v0.14.1
- github.com/go-playground/universal-translator v0.18.1
- github.com/go-playground/validator/v10 v10.20.0
- github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
- github.com/google/uuid v1.6.0
- github.com/gorilla/websocket v1.4.2
- github.com/hashicorp/hcl v1.0.0
- github.com/jedib0t/go-pretty v4.3.0+incompatible
- github.com/jinzhu/inflection v1.0.0
- github.com/jinzhu/now v1.1.5
- github.com/leodido/go-urn v1.4.0
- github.com/magiconair/properties v1.8.7
- github.com/mattn/go-runewidth v0.0.15
- github.com/mattn/go-sqlite3 v1.14.17
- github.com/mitchellh/mapstructure v1.5.0
- github.com/oklog/ulid v1.3.1
- github.com/pelletier/go-toml/v2 v2.1.0
- github.com/rivo/uniseg v0.2.0
- github.com/robfig/cron/v3 v3.0.1
- github.com/sagikazarmark/locafero v0.4.0
- github.com/sagikazarmark/slog-shim v0.1.0
- github.com/sourcegraph/conc v0.3.0
- github.com/spf13/afero v1.11.0
- github.com/spf13/cast v1.6.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.18.2
- github.com/subosito/gotenv v1.6.0
- go.mongodb.org/mongo-driver v1.14.0
- go.uber.org/multierr v1.10.0
- go.uber.org/zap v1.27.0
- golang.org/x/crypto v0.19.0
- golang.org/x/exp v0.0.0-20230905200255-921286631fa9
- golang.org/x/image v0.16.0
- golang.org/x/net v0.21.0
- golang.org/x/sys v0.17.0
- golang.org/x/text v0.15.0
- gopkg.in/ini.v1 v1.67.0
- gopkg.in/natefinch/lumberjack.v2 v2.2.1
- gopkg.in/yaml.v3 v3.0.1
- gorm.io/driver/sqlite v1.5.5
- gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
go.sum
go
- github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
- github.com/bwmarrin/discordgo v0.28.1
- github.com/bwmarrin/snowflake v0.3.0
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
- github.com/frankban/quicktest v1.14.6
- github.com/fsnotify/fsnotify v1.7.0
- github.com/gabriel-vasile/mimetype v1.4.3
- github.com/go-openapi/errors v0.22.0
- github.com/go-openapi/strfmt v0.23.0
- github.com/go-playground/assert/v2 v2.2.0
- github.com/go-playground/locales v0.14.1
- github.com/go-playground/universal-translator v0.18.1
- github.com/go-playground/validator/v10 v10.20.0
- github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
- github.com/google/go-cmp v0.5.9
- github.com/google/uuid v1.6.0
- github.com/gorilla/websocket v1.4.2
- github.com/hashicorp/hcl v1.0.0
- github.com/jedib0t/go-pretty v4.3.0+incompatible
- github.com/jinzhu/inflection v1.0.0
- github.com/jinzhu/now v1.1.5
- github.com/kr/pretty v0.3.1
- github.com/kr/text v0.2.0
- github.com/leodido/go-urn v1.4.0
- github.com/magiconair/properties v1.8.7
- github.com/mattn/go-runewidth v0.0.15
- github.com/mattn/go-sqlite3 v1.14.17
- github.com/mitchellh/mapstructure v1.5.0
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
- github.com/oklog/ulid v1.3.1
- github.com/pelletier/go-toml/v2 v2.1.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
- github.com/rivo/uniseg v0.2.0
- github.com/robfig/cron/v3 v3.0.1
- github.com/rogpeppe/go-internal v1.9.0
- github.com/sagikazarmark/locafero v0.4.0
- github.com/sagikazarmark/slog-shim v0.1.0
- github.com/sourcegraph/conc v0.3.0
- github.com/spf13/afero v1.11.0
- github.com/spf13/cast v1.6.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.18.2
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/objx v0.4.0
- github.com/stretchr/objx v0.5.0
- github.com/stretchr/testify v1.7.1
- github.com/stretchr/testify v1.8.0
- github.com/stretchr/testify v1.8.4
- github.com/stretchr/testify v1.9.0
- github.com/subosito/gotenv v1.6.0
- go.mongodb.org/mongo-driver v1.14.0
- go.uber.org/goleak v1.3.0
- go.uber.org/multierr v1.10.0
- go.uber.org/zap v1.27.0
- golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
- golang.org/x/crypto v0.19.0
- golang.org/x/exp v0.0.0-20230905200255-921286631fa9
- golang.org/x/image v0.16.0
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
- golang.org/x/net v0.21.0
- golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
- golang.org/x/sys v0.17.0
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
- golang.org/x/text v0.3.3
- golang.org/x/text v0.15.0
- golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
- gopkg.in/ini.v1 v1.67.0
- gopkg.in/natefinch/lumberjack.v2 v2.2.1
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.1
- gorm.io/driver/sqlite v1.5.5
- gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde