commit | 611f6bdfdc96cb90aca1c20bc7fe5c76e30dfd44 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Fri Oct 18 13:45:19 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Fri Oct 18 13:46:21 2019 -0700 |
tree | 317d51f5cee7825c7dc3a83ac28ae08cc4cb8731 | |
parent | 531322b23cb0ae5e08f57f6d975f6c4d032a4e33 [diff] [blame] |
VOL-2112 move to voltha-lib-go Change-Id: Ic1af08003c1d2c698c0cce371e64f47b47b8d875
diff --git a/internal/pkg/config/config.go b/internal/pkg/config/config.go index d87b0d9..a8ef37e 100644 --- a/internal/pkg/config/config.go +++ b/internal/pkg/config/config.go
@@ -18,7 +18,7 @@ import ( "flag" "fmt" - "github.com/opencord/voltha-go/common/log" + "github.com/opencord/voltha-lib-go/pkg/log" "os" )