Skip to content

Commit e9c2c38

Browse files
committed
Fiddle with go.mod to make dockerhub build it?
idk it stopped working with: ---> Running in 74be85315501 1mgo: cannot find main module, but found .git/config in /go/src/mypackage/myapp to create a module there, run: go mod init Removing intermediate container 74be85315501 The command '/bin/sh -c go get -d -v' returned a non-zero code: 1 ---
1 parent 5fac7ba commit e9c2c38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/benjojo/alertmanager-discord
2+
3+
go 1.15

0 commit comments

Comments
 (0)