Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/google/uuid from 1.3.0 to 1.4.0 in /examples #78

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,26 @@ require (
github.com/InVisionApp/go-health v2.1.0+incompatible
github.com/alexliesenfeld/health v0.0.0
github.com/etherlabsio/healthcheck/v2 v2.0.0
github.com/google/uuid v1.3.0
github.com/google/uuid v1.4.0
github.com/hellofresh/health-go/v4 v4.7.0
github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40
github.com/mattn/go-sqlite3 v1.14.17
github.com/prometheus/client_golang v1.11.0 // indirect
github.com/sirupsen/logrus v1.9.3
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/onsi/gomega v1.29.0 // indirect
github.com/prometheus/client_golang v1.11.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
golang.org/x/sys v0.13.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
)

Expand Down
Loading
Loading