Skip to content

Commit

Permalink
change go mod declare path
Browse files Browse the repository at this point in the history
  • Loading branch information
toughnoah committed Aug 4, 2021
1 parent 76635ca commit fd84ed6
Show file tree
Hide file tree
Showing 2 changed files with 766 additions and 0 deletions.
17 changes: 17 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module github.com/toughnoah/elastalert-operator

go 1.16

replace github.com/bouk/monkey v1.0.2 => bou.ke/monkey v1.0.0

require (
github.com/bouk/monkey v1.0.2
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.14.0
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
sigs.k8s.io/controller-runtime v0.9.5
)
Loading

0 comments on commit fd84ed6

Please sign in to comment.