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 /nix | |
parent | fe4a23b550b7450e6e24cd3c78dfd575122d361d (diff) | |
download | website-8cca5de5d0cd6b18c328a18de286eeb3b2c75b84.tar.lz website-8cca5de5d0cd6b18c328a18de286eeb3b2c75b84.tar.zst website-8cca5de5d0cd6b18c328a18de286eeb3b2c75b84.zip |
pre-compress static files
Diffstat (limited to 'nix')
-rw-r--r-- | nix/gomod2nix.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nix/gomod2nix.toml b/nix/gomod2nix.toml index 268262c..459fc49 100644 --- a/nix/gomod2nix.toml +++ b/nix/gomod2nix.toml @@ -80,9 +80,6 @@ schema = 3 [mod."github.com/osdevisnot/sorvor"] version = "v0.4.4" hash = "sha256-BhyO7bvwxIdEV+c6Eo1uqahhcgsHiS8nJpg2aT8t+8s=" - [mod."github.com/otiai10/copy"] - version = "v1.14.0" - hash = "sha256-xsaL1ddkPS544y0Jv7u/INUALBYmYq29ddWvysLXk4A=" [mod."github.com/pkg/errors"] version = "v0.9.1" hash = "sha256-mNfQtcrQmu3sNg/7IwiieKWOgFQOVVe2yXgKBpe/wZw=" @@ -113,9 +110,6 @@ schema = 3 [mod."golang.org/x/net"] version = "v0.25.0" hash = "sha256-IjFfXLYNj27WLF7vpkZ6mfFXBnp+7QER3OQ0RgjxN54=" - [mod."golang.org/x/sync"] - version = "v0.7.0" - hash = "sha256-2ETllEu2GDWoOd/yMkOkLC2hWBpKzbVZ8LhjLu0d2A8=" [mod."golang.org/x/sys"] version = "v0.20.0" hash = "sha256-mowlaoG2k4n1c1rApWef5EMiXd3I77CsUi8jPh6pTYA=" |