Skip to content

Commit

Permalink
switch to micromdm/plist
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jan 17, 2025
1 parent ff9ec25 commit ffe75a6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion engine/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
"fmt"
"time"

"github.com/groob/plist"
"github.com/jessepeterson/mdmcommands"
"github.com/micromdm/nanocmd/engine/storage"
"github.com/micromdm/nanocmd/workflow"
"github.com/micromdm/plist"
)

type newContextValuer interface {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ require (
github.com/alexedwards/flow v0.0.0-20220806114457-cf11be9e0e03
github.com/go-sql-driver/mysql v1.8.1
github.com/google/uuid v1.6.0
github.com/groob/plist v0.1.1
github.com/jessepeterson/mdmcommands v0.0.0-20230517161100-c5ca4128e1e3
github.com/micromdm/nanolib v0.2.0
github.com/micromdm/plist v0.2.0
github.com/peterbourgon/diskv/v3 v3.0.1
github.com/smallstep/pkcs7 v0.1.1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ github.com/google/btree v1.1.2/go.mod h1:qOPhT0dTNdNzV6Z/lhRX0YXUafgPLFUh+gZMl76
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/groob/plist v0.1.1 h1:JUsmXVPGJ0HqG4Ta1z3HYbO0XwOHsgc0PqahpvgU5Q0=
github.com/groob/plist v0.1.1/go.mod h1:itkABA+w2cw7x5nYUS/pLRef6ludkZKOigbROmCTaFw=
github.com/jessepeterson/mdmcommands v0.0.0-20230517161100-c5ca4128e1e3 h1:J825aym3sjbzht2K6m4Bd8HPkvV0lbyM/G2ZjGHuDaU=
github.com/jessepeterson/mdmcommands v0.0.0-20230517161100-c5ca4128e1e3/go.mod h1:EHxwKfMUtf7wNjF19BQQ/XCOvh62vbOXTggS9guNVxY=
github.com/micromdm/nanolib v0.2.0 h1:g5GHQuUpS82WIAB15LyenjF/0/WSUNJMe5XZfCJSXq4=
github.com/micromdm/nanolib v0.2.0/go.mod h1:FwBKCvvphgYvbdUZ+qw5kay7NHJcg6zPi8W7kXNajmE=
github.com/micromdm/plist v0.2.0 h1:W/AuDP/0EB1xNhWvoP5qpE14oYeQSE+IaJqoeAU5SJ0=
github.com/micromdm/plist v0.2.0/go.mod h1:flkfm0od6GzyXBqI28h5sgEyi3iPO28W2t1Zm9LpwWs=
github.com/peterbourgon/diskv/v3 v3.0.1 h1:x06SQA46+PKIUftmEujdwSEpIx8kR+M9eLYsUxeYveU=
github.com/peterbourgon/diskv/v3 v3.0.1/go.mod h1:kJ5Ny7vLdARGU3WUuy6uzO6T0nb/2gWcT1JiBvRmb5o=
github.com/smallstep/pkcs7 v0.1.1 h1:x+rPdt2W088V9Vkjho4KtoggyktZJlMduZAtRHm68LU=
Expand Down
2 changes: 1 addition & 1 deletion mdm/foss/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"strings"
"time"

"github.com/groob/plist"
"github.com/micromdm/nanocmd/mdm"
"github.com/micromdm/nanocmd/workflow"
"github.com/micromdm/plist"
)

type MDMCommandResponseEventer interface {
Expand Down
2 changes: 1 addition & 1 deletion utils/mobileconfig/mobileconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"errors"
"fmt"

"github.com/groob/plist"
"github.com/micromdm/plist"
"github.com/smallstep/pkcs7"
)

Expand Down

0 comments on commit ffe75a6

Please sign in to comment.