Initiating the repo as a Go module

This commit is contained in:
2026-07-19 16:55:27 +02:00
parent c95af1ff54
commit 57f2c755ce
2 changed files with 21 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module trialofcode.org/db
go 1.23
require github.com/stretchr/testify v1.11.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)