From da12c61343f988a6f19f65bf7be331298bc1cca8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Oct 2024 15:47:57 -0300 Subject: Big bundle commit: adjust build project skeleton; include uncommitted code There was some code that was being slowly tweaked as I'd work or related things on other repositories that wasn't committed step by step, and that now I'd rather include all as a single changeset, single there weren't really separated stages on how it was developed. Other than that, this commit includes adjustments on dependencies API usage, as they changed during my work on them, and adjustments on the build and test system, as I improved how they worked also during work on other projects. As of this commit, the code compiles and the tests pass. I can't recall if this was true before this commit, but it is true now. --- go.mod | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod deleted file mode 100644 index 36de052..0000000 --- a/go.mod +++ /dev/null @@ -1,8 +0,0 @@ -module euandre.org/papod - -go 1.21.5 - -require github.com/mattn/go-sqlite3 v1.14.22 - -require euandre.org/gobang v0.1.0 -replace euandre.org/gobang => ../gobang -- cgit v1.2.3