Initial commit.

binary for converting HallOfBeornDump to CSV for ALEP pipeline
This commit is contained in:
Laramie Leavitt
2016-03-02 01:00:40 -08:00
committed by Christian Nieves
commit 77d7ed4078
21 changed files with 616 additions and 0 deletions

13
go.mod Normal file
View File

@ -0,0 +1,13 @@
module github.com/squk/lotr
go 1.19
require github.com/davecgh/go-spew v1.1.1
require (
github.com/bazelbuild/rules_go v0.41.0 // indirect
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
github.com/jessevdk/go-flags v1.5.0 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
)