diff --git a/README.md b/README.md index 61ed047..efbb492 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains a simple unified logging interface for all oVirt Go cli This library is used as a dependency, so you will most likely not need to rely on it. However, if you need to fetch it you can do so using `go get`: ```bash -go get github.com/ovirt/go-client-log +go get github.com/ovirt/go-ovirt-client-log ``` You can then reference this library using the `ovirtclientlog` package name. diff --git a/go.mod b/go.mod index fd9f89e..7a719c4 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/ovirt/go-client-log +module github.com/ovirt/go-ovirt-client-log go 1.16 diff --git a/go_logger_test.go b/go_logger_test.go index 3716a58..0510c51 100644 --- a/go_logger_test.go +++ b/go_logger_test.go @@ -6,7 +6,7 @@ import ( "strings" "testing" - "github.com/ovirt/go-client-log" + "github.com/ovirt/go-ovirt-client-log" ) func TestGoLogger(t *testing.T) {