- go.mod 模块路径移除 .git 后缀 - README 添加私有 HTTP 仓库拉取配置说明 - 更新示例导入路径 - .gitignore 添加水印测试输出文件
23 lines
688 B
Modula-2
23 lines
688 B
Modula-2
module git.buzhiyushu.cn/DaShangDao/daShangDao_utils
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/boombuler/barcode v1.1.0
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/fogleman/gg v1.3.0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/makiuchi-d/gozxing v0.1.1
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/valyala/fasthttp v1.72.0
|
|
golang.org/x/image v0.43.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.1 // indirect
|
|
github.com/klauspost/compress v1.18.6 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
golang.org/x/text v0.38.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|