mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 05:37:38 +03:00
bring back exec and strings
This commit is contained in:
parent
a6ae97ecb1
commit
3d50549cae
1 changed files with 2 additions and 0 deletions
2
vendor/github.com/kardianos/service/service_upstart_linux.go
generated
vendored
2
vendor/github.com/kardianos/service/service_upstart_linux.go
generated
vendored
|
@ -8,9 +8,11 @@ import (
|
|||
"errors"
|
||||
"fmt"
|
||||
"os"
|
||||
"os/exec"
|
||||
"os/signal"
|
||||
"regexp"
|
||||
"strconv"
|
||||
"strings"
|
||||
"text/template"
|
||||
"time"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue