Get project building by fixing automatic tests

This commit is contained in:
Eli Ribble 2026-01-07 01:49:59 +00:00
parent 9cbfc58f35
commit dc38e87b4c
3 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,7 @@ import (
"testing" "testing"
"github.com/google/go-cmp/cmp" "github.com/google/go-cmp/cmp"
"github.com/google/uuid"
"github.com/stephenafamo/bob" "github.com/stephenafamo/bob"
"github.com/stephenafamo/bob/dialect/psql" "github.com/stephenafamo/bob/dialect/psql"
testutils "github.com/stephenafamo/bob/test/utils" testutils "github.com/stephenafamo/bob/test/utils"

View file

@ -10,6 +10,7 @@ import (
"testing" "testing"
"github.com/google/go-cmp/cmp" "github.com/google/go-cmp/cmp"
"github.com/google/uuid"
"github.com/stephenafamo/bob" "github.com/stephenafamo/bob"
"github.com/stephenafamo/bob/dialect/psql" "github.com/stephenafamo/bob/dialect/psql"
testutils "github.com/stephenafamo/bob/test/utils" testutils "github.com/stephenafamo/bob/test/utils"

View file

@ -9,5 +9,5 @@ pkgs.buildGoModule rec {
subPackages = []; subPackages = [];
version = "0.0.3"; version = "0.0.3";
# Needs to be updated after every modification of go.mod/go.sum # Needs to be updated after every modification of go.mod/go.sum
vendorHash = "sha256-7dEwIQMFGhNIMAlu3tiZ3PQoi5fq3sma85d0mEL98E0="; vendorHash = "sha256-JuRB/2pNidonwQm6iCyUXiFxkAwizEXdwieRRjgSBwI=";
} }