forked from argoproj-labs/old-argo-dataflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
44 lines (42 loc) · 1.66 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/argoproj-labs/argo-dataflow
go 1.16
require (
cloud.google.com/go v0.52.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Shopify/sarama v1.28.0
github.com/antonmedv/expr v1.8.9
github.com/doublerebel/bellows v0.0.0-20160303004610-f177d92a03d3
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/go-git/go-git/v5 v5.3.0
github.com/go-logr/logr v0.3.0
github.com/gogo/protobuf v1.3.2
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/google/uuid v1.1.2
github.com/huandu/xstrings v1.3.2 // indirect
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b
github.com/mitchellh/copystructure v1.1.1 // indirect
github.com/nats-io/nats-streaming-server v0.21.1 // indirect
github.com/nats-io/nats.go v1.11.0
github.com/nats-io/stan.go v0.8.3
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/paulbellamy/ratecounter v0.2.0
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.10.0
github.com/robfig/cron/v3 v3.0.0
github.com/stretchr/testify v1.7.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/mod v0.3.1-0.20200828183125-ce943fd02449 // indirect
golang.org/x/text v0.3.5
google.golang.org/protobuf v1.25.0 // indirect
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
k8s.io/api v0.19.6
k8s.io/apimachinery v0.19.6
k8s.io/client-go v0.19.6
k8s.io/utils v0.0.0-20200912215256-4140de9c8800
sigs.k8s.io/controller-runtime v0.7.0
sigs.k8s.io/yaml v1.2.0
)