From 199c68ee9e9622763e7a8ff1f6bb42f0f1b5b875 Mon Sep 17 00:00:00 2001 From: Janos <86970079+janosdebugs@users.noreply.github.com> Date: Thu, 15 Jul 2021 21:09:08 +0200 Subject: [PATCH] Switched to github.com/ovirt/go-ovirt-client-log --- README.md | 2 +- go.mod | 2 +- go_logger_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) {