Commit Graph

9 Commits

Author SHA1 Message Date
JustSong
6bf7951a01 refactor: use built in smtp library 2023-05-13 15:35:23 +08:00
JustSong
374400479f feat: webhook server part done (#76) 2023-05-10 11:58:55 +08:00
dependabot[bot]
054c4719c1
chore: bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0 (#65)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-06 17:07:22 +08:00
dependabot[bot]
40dd64e98d
chore(deps): bump golang.org/x/net from 0.1.0 to 0.7.0 (#47)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.1.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 11:13:55 +08:00
JustSong
1160489c7b feat: add support for client channel 2022-12-07 16:06:36 +08:00
JustSong
db13ee6f93 fix: drop CORS support 2022-11-23 16:05:09 +08:00
JustSong
5913266969 chore: sync with gin-template 2022-11-22 11:04:06 +08:00
JustSong
e1d09aa58f feat: channel email is done 2022-11-11 17:24:03 +08:00
JustSong
f1d5d9c8d1 init: reinitialize from gin-template 2022-11-11 15:35:02 +08:00