Skip to content

Commit

Permalink
sync with main and removed unused import ioutil
Browse files Browse the repository at this point in the history
  • Loading branch information
lspiehler committed Dec 2, 2022
1 parent d1620fd commit b862dc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/http_config.go
Expand Up @@ -21,7 +21,6 @@ import (
"crypto/x509"
"encoding/json"
"fmt"
"io/ioutil"
"net"
"net/http"
"net/url"
Expand Down
1 change: 0 additions & 1 deletion config/http_config_test.go
Expand Up @@ -21,7 +21,6 @@ import (
"errors"
"fmt"
"io"
"io/ioutil"
"net"
"net/http"
"net/http/httptest"
Expand Down

0 comments on commit b862dc0

Please sign in to comment.