ingress-nginx-helm/images/ext-auth-example-authsvc/rootfs/go.mod
James Strong 66a760794f
update to golang 1.20 (#9690)
update alpine and golang
remove nano
update go modules
remove need for openssl external cli
fix stale

Signed-off-by: James Strong <james.strong@chainguard.dev>
2023-03-11 20:38:39 -08:00

7 lines
124 B
Modula-2

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