Commit Graph

19 Commits

Author SHA1 Message Date
8ba93372fc
Create go.yml 2023-10-28 14:35:06 -07:00
7ae763c39f
Fix another println and potential runaway loop following error
Signed-off-by: kayos@tcp.direct <kayos@tcp.direct>
2023-10-28 14:35:05 -07:00
30dbc7dd76
Fix readLoop 2023-10-28 14:35:05 -07:00
dependabot[bot]
16db5fb2fe
Bump golang.org/x/tools from 0.1.11 to 0.1.12
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.1.11...v0.1.12)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 14:35:05 -07:00
dependabot[bot]
07a026b32e
Bump github.com/yunginnanet/Rate5 from 1.0.1 to 1.1.0
Bumps [github.com/yunginnanet/Rate5](https://github.com/yunginnanet/Rate5) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/yunginnanet/Rate5/releases)
- [Commits](https://github.com/yunginnanet/Rate5/compare/v1.0.1...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 14:35:05 -07:00
5c6546a257
Fix another println 2023-10-28 14:35:05 -07:00
9f2272865c
Finish logger implementation 2023-10-28 14:35:04 -07:00
7dcb2d5e44
Clean up deprecated code, add logger to interface 2023-10-28 14:35:04 -07:00
7c1ba24c70
Add README.md 2023-10-28 14:35:04 -07:00
792307bb57
Pretty much complete rewrite 2023-10-28 14:35:04 -07:00
a469a2865e
Update Rate5 (important!) 2023-10-28 14:35:04 -07:00
77e176a0c2
Update dependencies 2023-10-28 14:35:04 -07:00
dependabot[bot]
9aaef9f803
Bump github.com/rs/zerolog from 1.25.0 to 1.27.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.25.0...v1.27.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>
2023-10-28 14:35:03 -07:00
dependabot[bot]
92b6c3e150
Bump golang.org/x/tools from 0.1.6 to 0.1.11
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.6 to 0.1.11.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.1.6...v0.1.11)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 14:35:03 -07:00
0a307a1f78
Create dependabot.yml 2023-10-28 14:35:03 -07:00
75c23cc539
(I/R)PC: Change message API 2023-10-28 14:35:03 -07:00
afbe5f3ca6
GoMod: change path 2023-10-28 14:35:03 -07:00
08b34ee932
init 2023-10-28 14:35:02 -07:00
d9dc3f9094
Initial commit 2021-09-22 03:21:12 -07:00