initial commit

This commit is contained in:
Elijah Duffy
2025-06-04 15:17:45 -07:00
commit 257d985d0a
4 changed files with 164 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module gitea.auvem.com/go-toolkit/applog
go 1.24.0
require (
gitea.auvem.com/go-toolkit/app v0.0.0-20250603235859-6f9e3731acf9
github.com/lmittmann/tint v1.1.1
github.com/samber/slog-multi v1.4.0
)
require (
github.com/samber/lo v1.49.1 // indirect
golang.org/x/text v0.21.0 // indirect
)