mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-13 05:45:41 +08:00
rewrite imports
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/boltdb/bolt"
|
||||
"github.com/micromdm/mdm"
|
||||
"github.com/micromdm/nano/pubsub"
|
||||
"github.com/micromdm/micromdm/pubsub"
|
||||
"github.com/pkg/errors"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/gogo/protobuf/proto"
|
||||
"github.com/micromdm/mdm"
|
||||
"github.com/micromdm/nano/command/internal/commandproto"
|
||||
"github.com/micromdm/micromdm/command/internal/commandproto"
|
||||
"github.com/pkg/errors"
|
||||
uuid "github.com/satori/go.uuid"
|
||||
)
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/groob/plist"
|
||||
"github.com/micromdm/mdm"
|
||||
|
||||
"github.com/micromdm/nano/command"
|
||||
"github.com/micromdm/micromdm/command"
|
||||
)
|
||||
|
||||
var marshalTests = []string{
|
||||
|
||||
Reference in New Issue
Block a user