
* fix: convert to LF line endings Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com> * Pin exact Go bugfix versions for CI jobs Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com> * Bump go.mod and Dockerfiles to Go 1.19.0 Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com> Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com>
7 lines
124 B
Modula-2
7 lines
124 B
Modula-2
module example.com/authsvc
|
|
|
|
go 1.19
|
|
|
|
require k8s.io/apimachinery v0.23.1
|
|
|
|
require github.com/google/uuid v1.1.2 // indirect
|