commit | 2abf393cd5d882ec5ee02662bde59d0172bf3749 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Mon Aug 05 14:07:05 2019 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Mon Aug 05 22:05:44 2019 -0700 |
tree | 1398f1588434a7057ce0af23661968701b1990c8 | |
parent | 07fe4dc71cd8d5394e6318606f1dff51c86e5049 [diff] [blame] |
Change GOPATH from gerrit.opencord.org to github.com/opencord Ran `go fmt` which did some line reordering after this change Conformed Makefile to template the imagename and use correct DOCKER_* build variables Change-Id: I52734e805698b305cf64eb9238b08f152f68ffd4
diff --git a/go.mod b/go.mod index 40928b7..ad2890c 100644 --- a/go.mod +++ b/go.mod
@@ -1,4 +1,4 @@ -module gerrit.opencord.org/voltha-bbsim +module github.com/opencord/voltha-bbsim go 1.12