* 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)
7 lines
126 B
Modula-2
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
|