diff options
author | Alan Pearce | 2024-06-23 17:37:10 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-23 19:23:20 +0200 |
commit | 8cca5de5d0cd6b18c328a18de286eeb3b2c75b84 (patch) | |
tree | 2fdf48a815e81d8b6382e3dd9b3bdf6825d5606a /go.mod | |
parent | fe4a23b550b7450e6e24cd3c78dfd575122d361d (diff) | |
download | website-8cca5de5d0cd6b18c328a18de286eeb3b2c75b84.tar.lz website-8cca5de5d0cd6b18c328a18de286eeb3b2c75b84.tar.zst website-8cca5de5d0cd6b18c328a18de286eeb3b2c75b84.zip |
pre-compress static files
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/go.mod b/go.mod index 8595437..989a82c 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,6 @@ require ( github.com/fatih/structtag v1.2.0 github.com/fsnotify/fsnotify v1.7.0 github.com/osdevisnot/sorvor v0.4.4 - github.com/otiai10/copy v1.14.0 github.com/pkg/errors v0.9.1 github.com/snabb/sitemap v1.0.4 github.com/stefanfritsch/goldmark-fences v1.0.0 @@ -45,7 +44,6 @@ require ( github.com/microcosm-cc/bluemonday v1.0.26 // indirect github.com/snabb/diagio v1.0.4 // indirect go.uber.org/multierr v1.11.0 // indirect - golang.org/x/sync v0.7.0 // indirect golang.org/x/sys v0.20.0 // indirect golang.org/x/text v0.15.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect |