Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeloscar committed Jul 18, 2016
1 parent aa6fc97 commit 5216b16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Go keyring library
[![Go Report Card](https://goreportcard.com/badge/mikkeloscar/go-keyring)](https://goreportcard.com/report/mikkeloscar/go-keyring)
[![GoDoc](https://godoc.org/github.com/mikkeloscar/go-keyring?status.svg)](https://godoc.org/github.com/mikkeloscar/go-keyring)
[![Go Report Card](https://goreportcard.com/badge/zalando/go-keyring)](https://goreportcard.com/report/zalando/go-keyring)
[![GoDoc](https://godoc.org/github.com/zalando/go-keyring?status.svg)](https://godoc.org/github.com/zalando/go-keyring)

`go-keyring` is an OS agnostic library for *setting*, *getting* and *deleting*
secrets from the system keyring. It currently support **OS X** and **Linux
Expand Down Expand Up @@ -38,7 +38,7 @@ package main
import (
"log"

"github.com/mikkeloscar/go-keyring"
"github.com/zalando/go-keyring"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion keyring_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"

"github.com/godbus/dbus"
"github.com/mikkeloscar/go-keyring/secret_service"
"github.com/zalando/go-keyring/secret_service"
)

type secretServiceProvider struct{}
Expand Down

0 comments on commit 5216b16

Please sign in to comment.