mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 11:31:37 -05:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -64,7 +64,7 @@ func NewSingleSymmetricKeySealer() Sealer {
|
||||
|
||||
func (s singleSymmetricKeySealer) Seal(u *url.URL) *url.URL {
|
||||
requestURI := (&url.URL{
|
||||
Path: u.EscapedPath(),
|
||||
Path: u.EscapedPath(),
|
||||
RawQuery: u.RawQuery,
|
||||
}).String()
|
||||
nbf := time.Now().Add(-10 * time.Second)
|
||||
|
||||
Reference in New Issue
Block a user