Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 53a416b

Browse files
committed
Fix go modules
1 parent c290d81 commit 53a416b

File tree

747 files changed

+5
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

747 files changed

+5
-1
lines changed

golang/go.mod go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/mailgun/gubernator/golang
1+
module github.com/mailgun/gubernator
22

33
require (
44
github.com/Unix4ever/statsd v0.0.0-20160120230120-a8219f1fb9d8 // indirect

golang/go.sum go.sum

File renamed without changes.

stub.go

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package gubernator
2+
3+
// This is a dummy package for go mod to work properly
4+
var Stub string
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)