diff --git a/README.md b/README.md index 448487e..0a11bbc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Go Reference](https://pkg.go.dev/badge/github.com/onyx-and-iris/voicemeeter-api-go.svg)](https://pkg.go.dev/github.com/onyx-and-iris/voicemeeter-api-go) +[![Go Reference](https://pkg.go.dev/badge/github.com/onyx-and-iris/voicemeeter.svg)](https://pkg.go.dev/github.com/onyx-and-iris/voicemeeter) # A Go Wrapper for Voicemeeter API @@ -23,7 +23,7 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md) Install voicemeeter-api-go package from your console to download the latest version. -`go get github.com/onyx-and-iris/voicemeeter-api-go` +`go get github.com/onyx-and-iris/voicemeeter` or add it to your `go.mod` file. @@ -38,7 +38,7 @@ import ( "fmt" "log" - "github.com/onyx-and-iris/voicemeeter-api-go" + "github.com/onyx-and-iris/voicemeeter" ) func main() { diff --git a/examples/hotkeys/main.go b/examples/hotkeys/main.go index ae3b4e3..d6aa873 100644 --- a/examples/hotkeys/main.go +++ b/examples/hotkeys/main.go @@ -5,7 +5,7 @@ import ( "log" "github.com/eiannone/keyboard" - "github.com/onyx-and-iris/voicemeeter-api-go" + "github.com/onyx-and-iris/voicemeeter" ) func main() { diff --git a/examples/obs/main.go b/examples/obs/main.go index c771003..42f7671 100644 --- a/examples/obs/main.go +++ b/examples/obs/main.go @@ -6,7 +6,7 @@ import ( "os" "time" - "github.com/onyx-and-iris/voicemeeter-api-go" + "github.com/onyx-and-iris/voicemeeter" "github.com/andreykaipov/goobs" "github.com/andreykaipov/goobs/api/events" diff --git a/examples/observer/main.go b/examples/observer/main.go index dab89e0..bf46a55 100644 --- a/examples/observer/main.go +++ b/examples/observer/main.go @@ -5,7 +5,7 @@ import ( "log" "time" - "github.com/onyx-and-iris/voicemeeter-api-go" + "github.com/onyx-and-iris/voicemeeter" ) // observer represents a single receiver of updates diff --git a/examples/vm-cli/main.go b/examples/vm-cli/main.go index 2cb5ee7..ec3f808 100644 --- a/examples/vm-cli/main.go +++ b/examples/vm-cli/main.go @@ -6,7 +6,7 @@ import ( "log" "strings" - "github.com/onyx-and-iris/voicemeeter-api-go" + "github.com/onyx-and-iris/voicemeeter" ) func main() { diff --git a/go.mod b/go.mod index 7f1631f..8146314 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,9 @@ -module github.com/onyx-and-iris/voicemeeter-api-go +module github.com/onyx-and-iris/voicemeeter go 1.18 -retract ( - // package files moved into root of repository - [v1.0.0, v1.1.0] -) +// package files moved into root of repository +retract [v1.0.0, v1.1.0] require ( github.com/stretchr/testify v1.8.0 diff --git a/tests/helper_test.go b/tests/helper_test.go index f786126..72d9b9b 100644 --- a/tests/helper_test.go +++ b/tests/helper_test.go @@ -4,7 +4,7 @@ import ( "log" "testing" - "github.com/onyx-and-iris/voicemeeter-api-go" + "github.com/onyx-and-iris/voicemeeter" ) var (