forked from kube-logging/logging-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 808 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/banzaicloud/logging-operator
go 1.16
require (
emperror.dev/errors v0.8.0
github.com/MakeNowJust/heredoc v1.0.0
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/banzaicloud/logging-operator/pkg/sdk v0.0.0
github.com/banzaicloud/operator-tools v0.25.4
github.com/go-logr/logr v0.4.0
github.com/onsi/gomega v1.14.0
github.com/pborman/uuid v1.2.1
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.43.0
github.com/spf13/cast v1.3.1
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
k8s.io/api v0.21.3
k8s.io/apiextensions-apiserver v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
k8s.io/klog/v2 v2.8.0
sigs.k8s.io/controller-runtime v0.9.5
)
replace github.com/banzaicloud/logging-operator/pkg/sdk => ./pkg/sdk