Replace sources
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Unifi Go SDK [](https://godoc.org/github.com/paultyng/go-unifi)
|
||||
# Unifi Go SDK [](https://godoc.org/github.com/ubiquiti-community/go-unifi)
|
||||
|
||||
This was written primarily for use in my [Terraform provider for Unifi](https://github.com/paultyng/terraform-provider-unifi).
|
||||
This was written primarily for use in my [Terraform provider for Unifi](https://github.com/ubiquiti-community/terraform-provider-unifi).
|
||||
|
||||
## Versioning
|
||||
|
||||
|
||||
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
||||
module github.com/paultyng/go-unifi
|
||||
module github.com/ubiquiti-community/go-unifi
|
||||
|
||||
go 1.21
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@ import (
|
||||
"encoding/json"
|
||||
"testing"
|
||||
|
||||
"github.com/paultyng/go-unifi/unifi"
|
||||
"github.com/tj/assert"
|
||||
"github.com/ubiquiti-community/go-unifi/unifi"
|
||||
)
|
||||
|
||||
func TestAccountMarshalJSON(t *testing.T) {
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/paultyng/go-unifi/unifi"
|
||||
"github.com/ubiquiti-community/go-unifi/unifi"
|
||||
)
|
||||
|
||||
func TestNetworkUnmarshalJSON(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user