mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Rename src subdirectory to pkg
This makes directory naming consistent with Fleet.
This commit is contained in:
parent
c1265f451e
commit
f4716e0770
12 changed files with 3 additions and 3 deletions
4
main.go
4
main.go
|
|
@ -7,8 +7,8 @@ import (
|
|||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/fleetdm/orbit/src/insecure"
|
||||
"github.com/fleetdm/orbit/src/osquery"
|
||||
"github.com/fleetdm/orbit/pkg/insecure"
|
||||
"github.com/fleetdm/orbit/pkg/osquery"
|
||||
"github.com/oklog/run"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/urfave/cli/v2"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import (
|
|||
"os/exec"
|
||||
"time"
|
||||
|
||||
"github.com/fleetdm/orbit/src/process"
|
||||
"github.com/fleetdm/orbit/pkg/process"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
Loading…
Reference in a new issue