diff options
author | Alan Pearce | 2024-06-09 12:23:52 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-09 12:23:52 +0200 |
commit | a495a673d2dda7b2aa9b11217d4662367a627517 (patch) | |
tree | 64986c5957ab6e174f724b8f599cd136903c64a4 /gomod2nix.toml | |
parent | e6651469b9e934cb4dc65f760277111a79e9ae2d (diff) | |
download | searchix-a495a673d2dda7b2aa9b11217d4662367a627517.tar.lz searchix-a495a673d2dda7b2aa9b11217d4662367a627517.tar.zst searchix-a495a673d2dda7b2aa9b11217d4662367a627517.zip |
feat: enable configuration of flags as environment variables
Diffstat (limited to 'gomod2nix.toml')
-rw-r--r-- | gomod2nix.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gomod2nix.toml b/gomod2nix.toml index b62797b..d11ffe2 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -1,6 +1,9 @@ schema = 3 [mod] + [mod."badc0de.net/pkg/flagutil"] + version = "v1.0.1" + hash = "sha256-0LRWL5DUHW3gXQhPAhUCxnUCN7HN1qKI2yZp8MrDN6M=" [mod."github.com/RoaringBitmap/roaring"] version = "v1.9.3" hash = "sha256-LZfRufkU4UhuEcgxuCPd6divX2KIdcHp1FOt79mQV7Q=" @@ -127,6 +130,9 @@ schema = 3 [mod."golang.org/x/net"] version = "v0.25.0" hash = "sha256-IjFfXLYNj27WLF7vpkZ6mfFXBnp+7QER3OQ0RgjxN54=" + [mod."golang.org/x/sync"] + version = "v0.6.0" + hash = "sha256-LLims/wjDZtIqlYCVHREewcUOX4hwRwplEuZKPOJ/HI=" [mod."golang.org/x/sys"] version = "v0.20.0" hash = "sha256-mowlaoG2k4n1c1rApWef5EMiXd3I77CsUi8jPh6pTYA=" |