From dc38e87b4c64aba268d13cae58ac390140aaec23 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 7 Jan 2026 01:49:59 +0000 Subject: [PATCH] Get project building by fixing automatic tests --- db/sql/trapcount_by_location_id.bob_test.go | 1 + db/sql/trapdata_by_location_id_recent.bob_test.go | 1 + default.nix | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/db/sql/trapcount_by_location_id.bob_test.go b/db/sql/trapcount_by_location_id.bob_test.go index 6737508b..d12cbfc7 100644 --- a/db/sql/trapcount_by_location_id.bob_test.go +++ b/db/sql/trapcount_by_location_id.bob_test.go @@ -10,6 +10,7 @@ import ( "testing" "github.com/google/go-cmp/cmp" + "github.com/google/uuid" "github.com/stephenafamo/bob" "github.com/stephenafamo/bob/dialect/psql" testutils "github.com/stephenafamo/bob/test/utils" diff --git a/db/sql/trapdata_by_location_id_recent.bob_test.go b/db/sql/trapdata_by_location_id_recent.bob_test.go index cb6a7042..e37d969a 100644 --- a/db/sql/trapdata_by_location_id_recent.bob_test.go +++ b/db/sql/trapdata_by_location_id_recent.bob_test.go @@ -10,6 +10,7 @@ import ( "testing" "github.com/google/go-cmp/cmp" + "github.com/google/uuid" "github.com/stephenafamo/bob" "github.com/stephenafamo/bob/dialect/psql" testutils "github.com/stephenafamo/bob/test/utils" diff --git a/default.nix b/default.nix index 774d0eb6..07bbaab0 100644 --- a/default.nix +++ b/default.nix @@ -9,5 +9,5 @@ pkgs.buildGoModule rec { subPackages = []; version = "0.0.3"; # Needs to be updated after every modification of go.mod/go.sum - vendorHash = "sha256-7dEwIQMFGhNIMAlu3tiZ3PQoi5fq3sma85d0mEL98E0="; + vendorHash = "sha256-JuRB/2pNidonwQm6iCyUXiFxkAwizEXdwieRRjgSBwI="; }