ingress-nginx-helm/images/ext-auth-example-authsvc/rootfs/go.mod
Ricardo Katz 6d3a6b6a33
Release v1.8.2 and Update Go to v1.21.1 (#10379)
* Bump Go version to 1.21.1 (#10377)

* Bump Go version to 1.21.1

* Bump testrunner image

* Fix lint error on datadog struct

* Revert lint on 1.8

* Fix http default backend test

* Fix http default backend test

* Fix http default backend test (#10382)
2023-09-08 07:56:15 -07:00

7 lines
126 B
Modula-2

module example.com/authsvc
go 1.21.1
require k8s.io/apimachinery v0.23.1
require github.com/google/uuid v1.1.2 // indirect