Skip to content

Commit

Permalink
Update modules cockroach-go, prom client, and zap
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Garman <[email protected]>
  • Loading branch information
ScottGarman committed Mar 21, 2023
1 parent 9ec6761 commit 14d1337
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 45 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module go.hollow.sh/metadataservice
go 1.20

require (
github.com/cockroachdb/cockroach-go/v2 v2.2.17
github.com/cockroachdb/cockroach-go/v2 v2.3.3
github.com/coreos/go-oidc/v3 v3.4.0
github.com/friendsofgo/errors v0.9.2
github.com/gin-contrib/cors v1.4.0
Expand All @@ -14,7 +14,7 @@ require (
github.com/lib/pq v1.10.7
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/client_golang v1.14.0
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.14.0
Expand All @@ -28,7 +28,7 @@ require (
go.infratographer.com/x v0.0.0-20221027150904-2ec84992482c
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.36.4
go.opentelemetry.io/otel v1.11.1
go.uber.org/zap v1.23.0
go.uber.org/zap v1.24.0
golang.org/x/oauth2 v0.2.0
)

Expand Down Expand Up @@ -79,7 +79,7 @@ require (
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pressly/goose/v3 v3.7.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
Expand Down
Loading

0 comments on commit 14d1337

Please sign in to comment.