oauth2-proxy/pkg/apis/options
Olivier Mengué 8a8fcab580 deps: remove tools/reference-gen from go.mod
Remove github.com/oauth2-proxy/tools/reference-gen from dependencies.
Instead we are now running it with "go run" with a version suffix.

Long version:
- github.com/oauth2-proxy/tools/reference-gen is removed from
  tools/tool/go
- in pkg/apis/options/doc.go we now run reference-run with a version
  suffix (go run package@version) with the version comming from go.mod.
- the "//go:generate" line is split in 2 lines (using the -command
  flag) for readability
- "go mod tidy" for cleaning dependencies from go.mod, go.sum

Note: we are not upgrading reference-gen here. That will be a further
separate change.
2025-03-19 00:37:11 +01:00
..
testutil
util
alpha_options.go
app.go
common.go
common_test.go
cookie.go
doc.go deps: remove tools/reference-gen from go.mod 2025-03-19 00:37:11 +01:00
header.go
legacy_options.go
legacy_options_test.go
load.go
load_test.go
logging.go
login_url_parameters.go
options.go
options_suite_test.go
providers.go
server.go
sessions.go
upstreams.go