mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +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"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
"os/exec"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
"regexp"
|
"regexp"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
"strings"
|
||||||
"text/template"
|
"text/template"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue