164f5bea34
Co-authored-by: Cursor <cursoragent@cursor.com>
21 lines
514 B
Modula-2
21 lines
514 B
Modula-2
module gitea.auvem.com/go-toolkit/applog
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
gitea.auvem.com/go-toolkit/app v0.0.0-1782781086-58e5e33e18da
|
|
github.com/lmittmann/tint v1.1.1
|
|
github.com/samber/slog-multi v1.4.0
|
|
github.com/stretchr/testify v1.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/samber/lo v1.49.1 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace gitea.auvem.com/go-toolkit/app => ../app
|