mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-22 05:27:13 +02:00
chore(deps): bump github.com/golangci/golangci-lint from 1.48.0 to 1.50.0 (#3667)
* chore(deps): bump github.com/golangci/golangci-lint Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.48.0 to 1.50.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.48.0...v1.50.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * lint Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
This commit is contained in:
parent
d147846e64
commit
ec495bb682
25 changed files with 236 additions and 382 deletions
|
@ -22,8 +22,7 @@ type SignedURL struct {
|
|||
|
||||
// NewSignedURL creates a new copy of a URL that can be signed with a shared key.
|
||||
//
|
||||
// N.B. It is the user's responsibility to make sure the key is 256 bits and
|
||||
// the url is not nil.
|
||||
// N.B. It is the user's responsibility to make sure the key is 256 bits and the url is not nil.
|
||||
func NewSignedURL(key []byte, uri *url.URL) *SignedURL {
|
||||
return &SignedURL{uri: *uri, key: key, timeNow: time.Now} // uri is copied
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue