mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00:00
rename imports
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/use-go/onvif/xsd/iso8601"
|
||||
"github.com/kerberos-io/onvif/xsd/iso8601"
|
||||
)
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package onvif
|
||||
|
||||
import (
|
||||
"github.com/use-go/onvif/xsd"
|
||||
"github.com/kerberos-io/onvif/xsd"
|
||||
)
|
||||
|
||||
// BUG(r): Enum types implemented as simple string
|
||||
|
||||
Reference in New Issue
Block a user