feat: new admin and web apps
This commit is contained in:
24
go.mod
24
go.mod
@@ -2,6 +2,26 @@ module keikos.work
|
||||
|
||||
go 1.23.3
|
||||
|
||||
require forge.capytal.company/capytalcode/project-comicverse v0.0.0-20241030133525-b14b0be66b7a
|
||||
require (
|
||||
forge.capytal.company/capytalcode/project-comicverse v0.0.0-20241213195940-67230ba75d8a
|
||||
github.com/a-h/templ v0.2.793
|
||||
github.com/minio/minio-go/v7 v7.0.81
|
||||
)
|
||||
|
||||
require github.com/a-h/templ v0.2.793 // indirect
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
github.com/go-ini/ini v1.67.0 // indirect
|
||||
github.com/goccy/go-json v0.10.4 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/klauspost/compress v1.17.11 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
|
||||
github.com/minio/md5-simd v1.1.2 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/rs/xid v1.6.0 // indirect
|
||||
golang.org/x/crypto v0.31.0 // indirect
|
||||
golang.org/x/net v0.32.0 // indirect
|
||||
golang.org/x/sys v0.28.0 // indirect
|
||||
golang.org/x/text v0.21.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user