Updated package structure and cleaned up logging

This commit is contained in:
2024-02-06 23:05:22 -07:00
parent 74e03bda74
commit ec59d59763
5 changed files with 24 additions and 47 deletions

13
go.mod
View File

@ -2,34 +2,25 @@ module goth.stack
go 1.21.6
require (
github.com/alecthomas/chroma/v2 v2.12.0
github.com/stretchr/testify v1.8.4
)
require github.com/alecthomas/chroma/v2 v2.12.0
require (
github.com/alecthomas/repr v0.3.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/alecthomas/assert/v2 v2.4.1
github.com/alecthomas/assert/v2 v2.4.1 // indirect
github.com/fatih/color v1.16.0
github.com/go-redis/redismock/v9 v9.2.0
github.com/joho/godotenv v1.5.1
github.com/labstack/echo/v4 v4.11.4
github.com/mattn/go-colorable v0.1.13 // indirect