pomerium/authorize
dependabot[bot] ec495bb682
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>
2022-10-19 09:36:59 -06:00
..
evaluator chore(deps): bump github.com/golangci/golangci-lint from 1.48.0 to 1.50.0 (#3667) 2022-10-19 09:36:59 -06:00
internal/store authorize: enforce service account expiration (#3661) 2022-10-13 09:28:42 -06:00
access_tracker.go sets: convert set types to generics (#3519) 2022-07-29 12:32:17 -06:00
access_tracker_test.go databroker: add support for putting multiple records (#3291) 2022-04-26 16:41:38 -06:00
authorize.go atomicutil: use atomicutil.Value wherever possible (#3517) 2022-07-28 15:38:38 -06:00
authorize_test.go log context (#2107) 2021-04-22 10:58:13 -04:00
check_response.go authorize: handle user-unauthenticated response for deny blocks (#3559) 2022-08-22 17:09:26 -06:00
check_response_test.go authorize: handle user-unauthenticated response for deny blocks (#3559) 2022-08-22 17:09:26 -06:00
databroker.go authorize: fix device synchronization (#3482) 2022-07-15 17:27:06 -06:00
grpc.go authorize: handle user-unauthenticated response for deny blocks (#3559) 2022-08-22 17:09:26 -06:00
grpc_test.go atomicutil: use atomicutil.Value wherever possible (#3517) 2022-07-28 15:38:38 -06:00
log.go authorize: use query instead of sync for databroker data (#3377) 2022-06-01 15:40:07 -06:00
session.go authorize: support X-Pomerium-Authorization in addition to Authorization (#2780) 2021-11-29 12:19:14 -07:00
session_test.go session: remove unused session state properties (#3022) 2022-02-09 10:59:06 -07:00
state.go atomicutil: use atomicutil.Value wherever possible (#3517) 2022-07-28 15:38:38 -06:00