chore: scaffold ingestion Go module

This commit is contained in:
Mathias Bergqvist
2026-04-17 20:16:59 +02:00
parent f76c150041
commit 6c485489bf
3 changed files with 54 additions and 0 deletions

11
ingestion/go.mod Normal file
View File

@@ -0,0 +1,11 @@
module github.com/mathiasbq/hyperguild/ingestion
go 1.26.1
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
)