Skip to content

Commit

Permalink
consul/connect: add missing import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Jul 12, 2021
1 parent 3ac8d4e commit a18d901
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/allocrunner/taskrunner/envoy_bootstrap_hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ import (
"context"
"fmt"
"io/ioutil"
"net"
"os"
"os/exec"
"path/filepath"
"strconv"
"time"

"github.com/hashicorp/go-hclog"
Expand Down

0 comments on commit a18d901

Please sign in to comment.