Skip to content

Commit

Permalink
Move go.mod to topdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Vass committed May 23, 2024
1 parent 3676a9d commit 2020ecb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion splitfree-backend/go.mod → go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/albinvass/splitfree/splitfree-backend
module github.com/albinvass/splitfree

go 1.21.7

Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
name = "splitfree-backend";
src = ./.;
vendorHash = "sha256-8iuhmk1HrBzObMCuIWmczDMC3IKfHZTkCIYJ3Mrprh8=";
subPackages = [ "./splitfree-backend" ];
};
}
1 change: 1 addition & 0 deletions splitfree-backend/splitfree.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"net/http"

"github.com/albinvass/splitfree/splitfree-backend/ent"

"github.com/albinvass/splitfree/splitfree-backend/ent/user"
"github.com/danielgtaylor/huma/v2"
"github.com/danielgtaylor/huma/v2/adapters/humago"
Expand Down

0 comments on commit 2020ecb

Please sign in to comment.