Skip to content

Commit

Permalink
chore: Update dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Schneppenheim committed Nov 10, 2022
1 parent b601d68 commit 29a114a
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 246 deletions.
15 changes: 10 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
module github.com/cloudhut/common

go 1.13
go 1.19

require (
github.com/go-chi/chi v4.0.2+incompatible
github.com/prometheus/client_golang v1.9.0
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/google/go-cmp v0.5.8
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/prometheus/client_golang v1.14.0
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.0
golang.org/x/mod v0.5.1 // indirect
golang.org/x/sys v0.2.0 // indirect
)
Loading

0 comments on commit 29a114a

Please sign in to comment.