Skip to content

Commit

Permalink
Switched to github.com/ovirt/go-ovirt-client-log
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos committed Jul 15, 2021
1 parent 6dacd6b commit 199c68e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/ovirt/go-client-log
module github.com/ovirt/go-ovirt-client-log

go 1.16
2 changes: 1 addition & 1 deletion go_logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 199c68e

Please sign in to comment.