diff options
| author | a73x <[email protected]> | 2024-12-22 12:12:50 +0000 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-12-22 12:12:50 +0000 |
| commit | f1cc5903f84fe41c1e9566768d53d95f6be20236 (patch) | |
| tree | e642dd7dd19df924aa0345fffc2b89f28d6186a0 /go.mod | |
| parent | 6beea1d4127d2d51bfdc75162423407c198d19da (diff) | |
hack in some hotreloading
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ go 1.23 require ( github.com/adrg/frontmatter v0.2.0 github.com/alecthomas/chroma v0.10.0 + github.com/fsnotify/fsnotify v1.8.0 github.com/gomarkdown/markdown v0.0.0-20240730141124-034f12af3bf6 go.uber.org/zap v1.27.0 ) @@ -14,5 +15,6 @@ require ( github.com/dlclark/regexp2 v1.4.0 // indirect github.com/stretchr/testify v1.9.0 // indirect go.uber.org/multierr v1.10.0 // indirect + golang.org/x/sys v0.13.0 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect ) |
