Commit Graph

10 Commits

Author SHA1 Message Date
sad 90af93ecbe
add image support 2024-03-09 19:37:40 -07:00
dependabot[bot] 99e06cac41
Bump github.com/go-git/go-git/v5 from 5.6.1 to 5.11.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.6.1 to 5.11.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.6.1...v5.11.0)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 10:33:33 +00:00
legitnull c5b0882720
Merge branch 'main' into dependabot/go_modules/github.com/cloudflare/circl-1.3.7 2024-02-16 03:32:03 -07:00
dependabot[bot] 83ab37bb9c
Bump golang.org/x/net from 0.8.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.8.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 10:30:36 +00:00
dependabot[bot] bd8f649836
Bump github.com/cloudflare/circl from 1.3.2 to 1.3.7
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.2 to 1.3.7.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.2...v1.3.7)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 10:27:10 +00:00
dependabot[bot] 560a1db459
Bump golang.org/x/crypto from 0.7.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.7.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 10:18:47 +00:00
sad 7a1ebaee7a
implement config file and local directory 2024-02-15 16:28:01 -07:00
legitnull 90469dd4c5 added wip comments and breaking changes 2023-04-12 03:48:12 -06:00
legitnull 1e974c6475 added better markdown support using goldmark 2023-04-02 13:59:42 -06:00
legitnull db5ff4650a make a webserver, pull down git repo to data, run markdown proccessing, server to port 8080 locally 2023-04-02 12:39:31 -06:00