-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
39 lines (35 loc) · 1.49 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
module github.com/rustiever/conduit-connector-marketo
go 1.18
require (
github.com/SpeakData/minimarketo v0.0.0-20170821092521-29339e452f44
github.com/conduitio/conduit-connector-sdk v0.3.0
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
github.com/jpillora/backoff v1.0.0
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
)
require (
go.buf.build/grpc/go/conduitio/conduit-connector-protocol v1.4.3 // indirect
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
)
require (
github.com/conduitio/conduit-connector-protocol v0.3.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/go-hclog v1.3.1 // indirect
github.com/hashicorp/go-plugin v1.4.5 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/matryer/is v1.4.0
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/rs/zerolog v1.28.0 // indirect
go.uber.org/goleak v1.2.0
golang.org/x/net v0.0.0-20220926192436-02166a98028e // indirect
golang.org/x/sys v0.0.0-20220926163933-8cfa568d3c25 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220926220553-6981cbe3cfce // indirect
google.golang.org/grpc v1.49.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)