Skip to content
Open
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
20 changes: 10 additions & 10 deletions emojivoto/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/buoyantio/emojivoto

go 1.24
go 1.24.0

replace github.com/buoyantio/emojivoto/emojivoto-emoji-svc => ./emojivoto-emoji-svc

Expand All @@ -9,10 +9,9 @@ replace github.com/buoyantio/emojivoto/emojivoto-voting-svc => ./emojivoto-votin
require (
contrib.go.opencensus.io/exporter/ocagent v0.6.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/client_golang v1.11.1
go.opencensus.io v0.22.3
google.golang.org/grpc v1.70.0
google.golang.org/protobuf v1.35.2
google.golang.org/grpc v1.79.3
)

require (
Expand All @@ -24,12 +23,13 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.9.1 // indirect
github.com/prometheus/procfs v0.0.11 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
google.golang.org/api v0.22.0 // indirect
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
google.golang.org/protobuf v1.36.10 // indirect
)
Loading