diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect ) +replace github.com/evanw/esbuild => github.com/shuLhan/esbuild v0.19.9-0.20231209212032-2dc984ffc5f1 + //replace github.com/shuLhan/share => ../share //replace git.sr.ht/~shulhan/ciigo => ../ciigo |
