gothinkster / golang-gin-realworld-example-app

Exemplary real world application built with Golang + Gin
https://realworld.io
MIT License
2.52k stars 497 forks source link

Migrate Codebase from govendor to Go Modules #21

Closed livespotty closed 3 years ago

livespotty commented 4 years ago

Migrated from govendor to Go Modules and reduced dependency

RussellTaylor83 commented 3 years ago

I'm a bit late to the party, but is there a reason the repo still hasn't adopted Go Modules?

wangzitian0 commented 3 years ago

@RussellTaylor83 I think the lastest code has support the go mod and upgrade the deps. Feel free to pull PR~

RussellTaylor83 commented 3 years ago

We should probably update the readme to steer people away from Govendor.

wangzitian0 commented 3 years ago

@RussellTaylor83 Do you have interesting to update the doc and check whether every thing works fine in a new enviroment with a PR?