diff options
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=" |