AmitKumarDas / Decisions

Apache License 2.0
10 stars 3 forks source link

Go: Modules | Latest Commit | github.com => my.org #250

Open AmitKumarDas opened 4 years ago

AmitKumarDas commented 4 years ago

go 1.12

require github.com/AmitKumarDas/metac latest


- Below will give convert this go.mod file to **latest commit** after running `go mod vendor`
```mod
module openebs.io/set-status-on-ns

go 1.12

require github.com/AmitKumarDas/metac master
AmitKumarDas commented 4 years ago

go 1.12

require openebs.io/metac v0.1.1-0.20191101114421-e24638c46588

replace openebs.io/metac => github.com/AmitKumarDas/metac v0.1.1-0.20191101114421-e24638c46588