aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-12-10 04:31:36 +0700
committerShulhan <ms@kilabit.info>2023-12-14 20:23:47 +0700
commit0d1988930744df3f402aa81f7d2b8d927cb205a9 (patch)
tree6a8604e81a328476a439e76dd1c111a56e4190fd /go.mod
parentf1bcd6e27e9cbf541b9f6d76944bb491aede370a (diff)
downloadawwan-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.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 3cc806b..5bd7a11 100644
--- a/go.mod
+++ b/go.mod
@@ -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