diff options
author | Alan Pearce | 2024-04-18 17:37:07 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-18 19:09:50 +0200 |
commit | 88e5a55c838a28c36573ad523e4bcf3ff51355f8 (patch) | |
tree | e169aa7877e75b7a500361ae6653bdabea9b7da7 /go.mod | |
parent | 6b2d980df841068bca3fe88f2e39091858491edf (diff) | |
download | website-88e5a55c838a28c36573ad523e4bcf3ff51355f8.tar.lz website-88e5a55c838a28c36573ad523e4bcf3ff51355f8.tar.zst website-88e5a55c838a28c36573ad523e4bcf3ff51355f8.zip |
copy static files directly in go
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod index 041b3cb..8f458a8 100644 --- a/go.mod +++ b/go.mod @@ -14,6 +14,7 @@ require ( github.com/getsentry/sentry-go v0.27.0 github.com/gofiber/contrib/fibersentry v1.0.4 github.com/gofiber/fiber/v2 v2.52.4 + github.com/otiai10/copy v1.14.0 github.com/pkg/errors v0.9.1 github.com/shengyanli1982/law v0.1.12 github.com/yuin/goldmark v1.7.1 @@ -45,6 +46,7 @@ require ( github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.52.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect + golang.org/x/sync v0.3.0 // indirect golang.org/x/sys v0.19.0 // indirect golang.org/x/text v0.14.0 // indirect google.golang.org/protobuf v1.30.0 // indirect |