Skip to content

Commit 2cc1100

Browse files
committed
util/syspolicy/source: use errors instead of github.com/pkg/errors
Updates tailscale#12687 Signed-off-by: Nick Khyl <[email protected]>
1 parent 2336c34 commit 2cc1100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/syspolicy/source/env_policy_store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
package source
55

66
import (
7+
"errors"
78
"fmt"
89
"os"
910
"strconv"
1011
"strings"
1112
"unicode/utf8"
1213

13-
"github.com/pkg/errors"
1414
"tailscale.com/util/syspolicy/setting"
1515
)
1616

0 commit comments

Comments
 (0)