Compare commits
1 Commits
10-fix-mod
...
6-update-t
| Author | SHA1 | Date | |
|---|---|---|---|
| 089c75f98e |
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
||||
module github.com/vegardengen/go-unifi
|
||||
module github.com/ubiquiti-community/go-unifi
|
||||
|
||||
go 1.21
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"testing"
|
||||
|
||||
"github.com/tj/assert"
|
||||
"github.com/vegardengen/go-unifi/unifi"
|
||||
"github.com/ubiquiti-community/go-unifi/unifi"
|
||||
)
|
||||
|
||||
func TestAccountMarshalJSON(t *testing.T) {
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/vegardengen/go-unifi/unifi"
|
||||
"github.com/ubiquiti-community/go-unifi/unifi"
|
||||
)
|
||||
|
||||
func TestNetworkUnmarshalJSON(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user