Files
tmpl-test-go/go.mod
Scaffolder c8792e4486
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 7m17s
initial commit
Change-Id: I15ddbaddac362bcec0e791a2508c9376349d177c
2026-03-24 23:32:49 +00:00

8 lines
115 B
Modula-2

module github.com/kyndryl-platform/tmpl-test-go
go 1.22
require (
github.com/prometheus/client_golang v1.19.1
)