go mod 指定包版本号

// go.mod
require (
    github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
)
replace github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b => github.com/satori/go.uuid v1.2.0

替换uuid的版本号。

结束!

posted @ 2022-08-01 11:31  aaronthon  阅读(304)  评论(0编辑  收藏  举报