added missing module
This commit is contained in:
parent
1ab21b76dc
commit
838438c67f
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -4,6 +4,7 @@ import (
|
||||||
"bufio"
|
"bufio"
|
||||||
"fmt"
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
"net/url"
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|
Loading…
Reference in a new issue