This repository was archived by the owner on Dec 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +121
-56
lines changed Expand file tree Collapse file tree 2 files changed +121
-56
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,16 @@ module github.com/triggermesh/aws-custom-runtime
3
3
go 1.15
4
4
5
5
require (
6
- contrib.go.opencensus.io/exporter/prometheus v0.4.1
6
+ contrib.go.opencensus.io/exporter/prometheus v0.4.2
7
7
github.com/blendle/zapdriver v1.3.1
8
- github.com/cloudevents/sdk-go/v2 v2.8.0
9
- github.com/google/go-cmp v0.5.6 // indirect
8
+ github.com/cloudevents/sdk-go/v2 v2.13.0
10
9
github.com/google/uuid v1.3.0
11
10
github.com/kelseyhightower/envconfig v1.4.0
12
- go.opencensus.io v0.23.0
13
- go.uber.org/atomic v1.9.0 // indirect
14
- go.uber.org/zap v1.19.1
11
+ github.com/prometheus/statsd_exporter v0.23.1 // indirect
12
+ go.opencensus.io v0.24.0
13
+ go.uber.org/atomic v1.10.0 // indirect
14
+ go.uber.org/multierr v1.11.0 // indirect
15
+ go.uber.org/zap v1.24.0
15
16
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
16
- golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
17
- golang.org/x/tools v0.1.8 // indirect
18
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
17
+ google.golang.org/protobuf v1.30.0 // indirect
19
18
)
You can’t perform that action at this time.
0 commit comments