mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
util/syspolicy/source: use errors instead of github.com/pkg/errors
Updates #12687 Signed-off-by: Nick Khyl <nickk@tailscale.com>
This commit is contained in:
parent
2336c340c4
commit
2cc1100d24
@ -4,13 +4,13 @@
|
||||
package source
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"os"
|
||||
"strconv"
|
||||
"strings"
|
||||
"unicode/utf8"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
"tailscale.com/util/syspolicy/setting"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user