.
This commit is contained in:
13
go.mod
13
go.mod
@@ -2,20 +2,11 @@ module gemserve
|
||||
|
||||
go 1.24.3
|
||||
|
||||
toolchain go1.24.4
|
||||
|
||||
require (
|
||||
git.antanst.com/antanst/logging v0.0.1
|
||||
git.antanst.com/antanst/uid v0.0.1
|
||||
git.antanst.com/antanst/xerrors v0.0.1
|
||||
github.com/gabriel-vasile/mimetype v1.4.8
|
||||
github.com/gabriel-vasile/mimetype v1.4.10
|
||||
github.com/lmittmann/tint v1.1.2
|
||||
github.com/matoous/go-nanoid/v2 v2.1.0
|
||||
)
|
||||
|
||||
require golang.org/x/net v0.33.0 // indirect
|
||||
|
||||
replace git.antanst.com/antanst/xerrors => ../xerrors
|
||||
|
||||
replace git.antanst.com/antanst/uid => ../uid
|
||||
|
||||
replace git.antanst.com/antanst/logging => ../logging
|
||||
|
||||
Reference in New Issue
Block a user