1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-11-06 09:09:19 +02:00
Files
sap-jenkins-library/integration/testdata/TestGolangIntegration/golang-project1/go.mod
2023-08-23 16:29:02 +02:00

6 lines
85 B
Modula-2

module github.com/example/golang-app
go 1.19
require github.com/gorilla/mux v1.8.0