Skip to content

Commit

Permalink
fix goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasanth Jayachandran committed Mar 5, 2024
1 parent 38c0e01 commit 4a51e11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/providers/aws/signing_v4.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ import (
"crypto/sha256"
"errors"
"fmt"
v4 "github.com/open-policy-agent/opa/internal/providers/aws/v4"
"io"
"net/http"
"net/url"
"sort"
"strings"
"time"

v4 "github.com/open-policy-agent/opa/internal/providers/aws/v4"

"github.com/open-policy-agent/opa/ast"
)

Expand Down

0 comments on commit 4a51e11

Please sign in to comment.