Started building out the site.

This commit is contained in:
Leon Mika 2025-01-18 16:02:35 +11:00
parent f119683b57
commit b62458d7cd
14 changed files with 368 additions and 31 deletions

11
go.mod
View file

@ -3,10 +3,15 @@ module ucl.lmika.dev
go 1.21.1
require (
github.com/alecthomas/participle/v2 v2.1.1 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/alecthomas/participle/v2 v2.1.1
github.com/chzyer/readline v1.5.1
github.com/lmika/gopkgs v0.0.0-20240408110817-a02f6fc67d1f
github.com/stretchr/testify v1.9.0
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/lmika/gopkgs v0.0.0-20240408110817-a02f6fc67d1f // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect