diff options
| author | Xe <me@christine.website> | 2022-10-12 02:52:10 +0000 |
|---|---|---|
| committer | Xe <me@christine.website> | 2022-10-12 02:52:10 +0000 |
| commit | c8e62e704d47ede0b8ed0af673ce7c6493273ed7 (patch) | |
| tree | 01a529206c57cd9be10adc2abd8d4f3675bf719e | |
| parent | a24257b0ac4274ac6d67c8fab7428f0a96c1bcb0 (diff) | |
| download | x-c8e62e704d47ede0b8ed0af673ce7c6493273ed7.tar.xz x-c8e62e704d47ede0b8ed0af673ce7c6493273ed7.zip | |
gomod2nix.toml
Signed-off-by: Xe <me@christine.website>
| -rw-r--r-- | gomod2nix.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gomod2nix.toml b/gomod2nix.toml index 35f0779..c9c2b33 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -262,6 +262,9 @@ schema = 3 [mod."github.com/rogpeppe/go-internal"] version = "v1.8.1-0.20211023094830-115ce09fd6b4" hash = "sha256-kXGiB1aTKIfgCKhZvSfIOyTL09EvMhzQEyhRmUhe7Ho=" + [mod."github.com/rs/cors"] + version = "v1.8.2" + hash = "sha256-FxBbQVb8zIoDGGaAJKfsYV0+POkh1tyX7P6A/Lk5Vsc=" [mod."github.com/sebest/xff"] version = "v0.0.0-20210106013422-671bd2870b3a" hash = "sha256-t7Gdp7S71Koej5Njg3jOo5vwyj02tJCbJjrq/vZGOho=" |
