Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Apr 1, 2023
1 parent b62b88f commit 0da6fac
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 56 deletions.
17 changes: 8 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ module github.com/triggermesh/aws-custom-runtime
go 1.15

require (
contrib.go.opencensus.io/exporter/prometheus v0.4.1
contrib.go.opencensus.io/exporter/prometheus v0.4.2
github.com/blendle/zapdriver v1.3.1
github.com/cloudevents/sdk-go/v2 v2.8.0
github.com/google/go-cmp v0.5.6 // indirect
github.com/cloudevents/sdk-go/v2 v2.13.0
github.com/google/uuid v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
go.opencensus.io v0.23.0
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/zap v1.19.1
github.com/prometheus/statsd_exporter v0.23.1 // indirect
go.opencensus.io v0.24.0
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/tools v0.1.8 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
google.golang.org/protobuf v1.30.0 // indirect
)
Loading

0 comments on commit 0da6fac

Please sign in to comment.