|
|
|
|
|
by throwaway894345
1516 days ago
|
|
There has always been some way to pin dependencies, but historically you had to opt into it via vendor directories and the like; however, as of the last ~4 years, the standard project format manages this for you (the go.mod file pins dependency versions). |
|