1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-29 17:20:50 +00:00
Commit Graph

283 Commits

Author SHA1 Message Date
f88a8dfc59
Update fasthttp/router 2021-11-16 22:50:24 -08:00
b00d3054c6
Merge branch 'master' into dependabot/go_modules/github.com/fasthttp/router-1.4.4 2021-11-16 22:50:03 -08:00
490c1264e0
Update viper 2021-11-16 22:48:59 -08:00
dependabot[bot]
1ec5eaba04
Bump github.com/valyala/fasthttp from 1.30.0 to 1.31.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.30.0...v1.31.0)

---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-17 06:48:47 +00:00
dependabot[bot]
cf1f114cca
Bump github.com/fasthttp/router from 1.4.3 to 1.4.4
Bumps [github.com/fasthttp/router](https://github.com/fasthttp/router) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/fasthttp/router/releases)
- [Commits](https://github.com/fasthttp/router/compare/v1.4.3...v1.4.4)

---
updated-dependencies:
- dependency-name: github.com/fasthttp/router
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-17 06:48:47 +00:00
f4bb2f9b53
Merge branch 'master' into dependabot/go_modules/github.com/spf13/viper-1.9.0 2021-11-16 22:48:14 -08:00
dc32f788e4
Update zerolog 2021-11-16 22:45:50 -08:00
dependabot[bot]
9a19486f9f
Bump github.com/spf13/viper from 1.7.1 to 1.9.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.1 to 1.9.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.7.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-17 06:39:04 +00:00
dependabot[bot]
afbeb72b4d
Bump github.com/rs/zerolog from 1.22.0 to 1.26.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.22.0 to 1.26.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.22.0...v1.26.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-17 06:34:50 +00:00
d61267fbae
Create dependabot.yml 2021-11-16 22:32:07 -08:00
9ec5c96045 Clean up 2021-11-14 14:06:15 -08:00
2d058ff892 Logging: pass logger as a pointer, fix fasthttp logging 2021-11-07 20:07:14 -08:00
102c0038cb Refine: logging and configuration 2021-11-07 19:49:36 -08:00
3e1b91df27 Refine: logging and configuration 2021-11-07 19:48:07 -08:00
f87b1f17e2 Merge branch 'master' of ssh://github.com/yunginnanet/HellPot 2021-10-17 10:09:38 -07:00
5593a54da4 Fix: config bug 2021-10-17 10:09:28 -07:00
5a06f25332
Update README.md 2021-10-16 02:15:30 -07:00
e92e71b7e0 Ease of Suffering: rename main.go 2021-10-16 02:13:54 -07:00
daf9af670e
Update README.md 2021-10-16 02:11:48 -07:00
ea87e284ea
Update README.md 2021-10-16 02:07:19 -07:00
14926fe00c
Update README.md 2021-10-16 01:05:21 -07:00
6e42c9733b
Update README.md 2021-10-15 18:59:41 -07:00
bb5c91a05b update README.md 2021-09-22 00:40:56 -07:00
b741e0b444 Merge branch 'development' 2021-09-22 00:38:34 -07:00
9b02101f71 fix windows support 2021-09-22 00:19:15 -07:00
c087f19a62 adjust banner 2021-09-21 23:56:53 -07:00
1673a3368b fix windows support 2021-09-21 23:47:32 -07:00
14e3bc7377 Merge branch 'development' of ssh://github.com/yunginnanet/HellPot into development 2021-09-21 06:03:13 -07:00
32085eea26 tidy up config 2021-09-21 06:02:59 -07:00
64dec89685
Create go.yml 2021-09-18 05:33:22 -07:00
a4359afac7 Resolve merge conflicts 2021-09-18 05:25:17 -07:00
eeaa181910 Add: CLI option for generating config 2021-09-18 05:22:15 -07:00
6fd166142b
Merge pull request #3 from kescherCode/unix_socket_fixup
Unix socket fixup: permissions. Also, go.sum
2021-09-18 05:18:56 -07:00
Jeremy Kescher
afb40fb2d3
Add go.sum to project 2021-09-18 13:55:49 +02:00
Jeremy Kescher
2ba17c03a6
Fix up unix socket setup, add socket permission setting 2021-09-18 13:54:40 +02:00
f0eda75b35 Adjust: cli flags and banner 2021-09-16 00:51:16 -07:00
8434521954 fmt for the report card on the fridge 2021-09-15 14:25:02 -07:00
3f76579d15 adjust license placement 2021-09-15 13:48:36 -07:00
369150d443 update README and fix typo 2021-09-15 12:55:48 -07:00
54c93a178a fix unix socket listener 2021-09-15 12:33:42 -07:00
2337551fb3 enhance: banner 2021-09-15 12:17:32 -07:00
374858ce93 #gottem 2021-09-15 10:33:48 -07:00
a45440c2dc almost got it 2021-09-15 09:52:18 -07:00
234be70893 Continue: fasthttp implementation 2021-09-15 09:13:16 -07:00
4f98911b65 remote go.sum 2021-09-15 08:06:31 -07:00
933b1d7c55 New: implement fasthttp 2021-09-15 08:05:27 -07:00
2735a76704 Broken: rebase changes from master 2021-09-15 07:04:16 -07:00
a8d38bbadd Broken: begin restructure 2021-09-15 06:43:01 -07:00
636bf660ab Merge branch 'master' of ssh://github.com/yunginnanet/HellPot 2021-09-15 02:00:51 -07:00
23ce0b7c7b Lint: general code cleanup and gzipping of source material 2021-09-15 01:28:09 -07:00