From a495a673d2dda7b2aa9b11217d4662367a627517 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 9 Jun 2024 12:23:52 +0200 Subject: feat: enable configuration of flags as environment variables --- gomod2nix.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gomod2nix.toml') 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=" -- cgit 1.4.1