diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-10 04:31:36 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-14 20:23:47 +0700 |
| commit | 0d1988930744df3f402aa81f7d2b8d927cb205a9 (patch) | |
| tree | 6a8604e81a328476a439e76dd1c111a56e4190fd /go.mod | |
| parent | f1bcd6e27e9cbf541b9f6d76944bb491aede370a (diff) | |
| download | awwan-0d1988930744df3f402aa81f7d2b8d927cb205a9.tar.xz | |
go.mod: replace esbuild with our own fork to fix rebuild
See https://github.com/evanw/esbuild/pull/3534
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 |
