diff options
author | Alan Pearce | 2025-01-23 14:54:12 +0100 |
---|---|---|
committer | Alan Pearce | 2025-01-24 13:04:41 +0100 |
commit | 200857159766d3c6c5831450048348444c5666f4 (patch) | |
tree | 36fb6ebbbc91e609106c8f199e01cf00ab830c3f /gomod2nix.toml | |
parent | 7496bb7e0652d86e2afd05d35e6632dab27c954a (diff) | |
download | searchix-200857159766d3c6c5831450048348444c5666f4.tar.lz searchix-200857159766d3c6c5831450048348444c5666f4.tar.zst searchix-200857159766d3c6c5831450048348444c5666f4.zip |
perf: pass context to importer for better tracing
Diffstat (limited to 'gomod2nix.toml')
-rw-r--r-- | gomod2nix.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gomod2nix.toml b/gomod2nix.toml index 5d3f8e4..c952c86 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -139,6 +139,9 @@ schema = 3 [mod."github.com/stoewer/go-strcase"] version = "v1.3.0" hash = "sha256-X0ilcefeqVQ44B9WT6euCMcigs7oLFypOQaGI33kGr8=" + [mod."github.com/stretchr/testify"] + version = "v1.10.0" + hash = "sha256-fJ4gnPr0vnrOhjQYQwJ3ARDKPsOtA7d4olQmQWR+wpI=" [mod."github.com/sykesm/zap-logfmt"] version = "v0.0.4" hash = "sha256-KXVFtOU54chusK8AhZrzrvbbNmzq1mNrhs/7OmO+huE=" |