diff --git a/go.mod b/go.mod index 0dd42ad..e35b374 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/mesosphere/dex-k8s-authenticator go 1.23 +toolchain go1.23.1 + require ( github.com/coreos/go-oidc v2.2.1+incompatible github.com/gorilla/mux v1.8.0