vend with

This commit is contained in:
bel
2026-06-27 16:44:47 -06:00
parent 48c3474c15
commit a9f78655c3
20 changed files with 1068 additions and 3 deletions
+4 -1
View File
@@ -2,8 +2,9 @@ module gitea/lobby-irl
go 1.25.0
require gitea.bel.blue/bel/with v0.0.0-20260527141310-eadcabb7fe54
require (
gitea.bel.blue/bel/with v0.0.0-20260527141310-eadcabb7fe54 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/lib/pq v1.11.2 // indirect
@@ -17,3 +18,5 @@ require (
modernc.org/memory v1.11.0 // indirect
modernc.org/sqlite v1.46.1 // indirect
)
replace gitea.bel.blue/bel/with => ./.vendor/with