-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update dependencies to latest version
- Loading branch information
Martin Schneppenheim
committed
Nov 10, 2022
1 parent
b601d68
commit 29a114a
Showing
2 changed files
with
348 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
Oops, something went wrong.