1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/integration/testdata/TestGolangIntegration/golang-project1/go.mod
Siarhei Pazdniakou d6916e8953
feat(golangBuild): Integration tests (#3575)
* Add entryPointPath option

* Integration tests for golangBuild

* Revert "Add entryPointPath option"

This reverts commit b541e64a4f.

Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
2022-02-24 16:57:56 +01:00

6 lines
85 B
Modula-2

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