forked from redhat-cne/cloud-event-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 754 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/redhat-cne/cloud-event-proxy
go 1.15
require (
github.com/cloudevents/sdk-go/v2 v2.5.0
github.com/fsnotify/fsnotify v1.4.9
github.com/golang/protobuf v1.5.2 // indirect
github.com/prometheus/client_golang v1.11.0
github.com/redhat-cne/rest-api v0.1.1-0.20210903140629-30bab22b44d5
github.com/redhat-cne/sdk-go v0.1.1-0.20210903133956-db900ea5e2cf
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/valyala/fasthttp v1.29.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/tools v0.1.5 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)