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的版本號。

結束!

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章