Skip to content

Commit

Permalink
fix: added missing imports in utils linux system package
Browse files Browse the repository at this point in the history
  • Loading branch information
asdek committed Jun 5, 2023
1 parent a16c1f6 commit 16d758c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/system/utils_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
package system

import (
"bufio"
"errors"
"fmt"
"io/ioutil"
"os"
"strings"
"sync"

Expand Down

0 comments on commit 16d758c

Please sign in to comment.