summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-26 15:47:57 -0300
committerEuAndreh <eu@euandre.org>2024-10-26 16:47:14 -0300
commitda12c61343f988a6f19f65bf7be331298bc1cca8 (patch)
treed62b50894858e7099a68bf5de362a2c267b47bb9 /go.mod
parentMakefile: "var version" -> "const Version" (diff)
downloadpapod-da12c61343f988a6f19f65bf7be331298bc1cca8.tar.gz
papod-da12c61343f988a6f19f65bf7be331298bc1cca8.tar.xz
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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 0 insertions, 8 deletions
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