diff options
author | Alan Pearce | 2024-06-23 19:22:14 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-23 19:23:20 +0200 |
commit | b6724988aa748c78db3954abf59712ede0a49063 (patch) | |
tree | 7d34bfea43b90f8f4e493e746b3b89ebce284557 /nix | |
parent | 8cca5de5d0cd6b18c328a18de286eeb3b2c75b84 (diff) | |
download | website-b6724988aa748c78db3954abf59712ede0a49063.tar.lz website-b6724988aa748c78db3954abf59712ede0a49063.tar.zst website-b6724988aa748c78db3954abf59712ede0a49063.zip |
serve pre-compressed files according to accept-encoding
Diffstat (limited to 'nix')
-rw-r--r-- | nix/gomod2nix.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/nix/gomod2nix.toml b/nix/gomod2nix.toml index 459fc49..f797587 100644 --- a/nix/gomod2nix.toml +++ b/nix/gomod2nix.toml @@ -74,6 +74,9 @@ schema = 3 [mod."github.com/gorilla/css"] version = "v1.0.1" hash = "sha256-6JwNHqlY2NpZ0pSQTyYPSpiNqjXOdFHqrUT10sv3y8A=" + [mod."github.com/kevinpollet/nego"] + version = "v0.0.0-20211010160919-a65cd48cee43" + hash = "sha256-pmlOiyybXPtEDi/QYAA8rXN3wf12/Zd2rheC9D47x0g=" [mod."github.com/microcosm-cc/bluemonday"] version = "v1.0.26" hash = "sha256-ZX4QUWHVEoGBeTHfPcLD5XoiubeO8GhkdqkC4Me8nRE=" @@ -114,8 +117,8 @@ schema = 3 version = "v0.20.0" hash = "sha256-mowlaoG2k4n1c1rApWef5EMiXd3I77CsUi8jPh6pTYA=" [mod."golang.org/x/text"] - version = "v0.15.0" - hash = "sha256-pBnj0AEkfkvZf+3bN7h6epCD2kurw59clDP7yWvxKlk=" + version = "v0.16.0" + hash = "sha256-hMTO45upjEuA4sJzGplJT+La2n3oAfHccfYWZuHcH+8=" [mod."gopkg.in/yaml.v2"] version = "v2.4.0" hash = "sha256-uVEGglIedjOIGZzHW4YwN1VoRSTK8o0eGZqzd+TNdd0=" |