Skip to content

Bump github.com/prometheus/client_golang from 0.8.0 to 1.11.1 in /go-server #47

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
59 changes: 23 additions & 36 deletions go-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,36 @@ module github.com/topfreegames/libpitaya-cluster/go-server
go 1.16

require (
github.com/DataDog/datadog-go v0.0.0-20180330214955-e67964b4021a
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
github.com/DataDog/datadog-go v0.0.0-20180330214955-e67964b4021a // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
github.com/coreos/etcd v3.3.9+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/coreos/etcd v3.3.9+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/garyburd/redigo v1.6.0 // indirect
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/gogo/protobuf v1.1.1
github.com/golang/protobuf v1.1.0
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c
github.com/gorilla/websocket v1.2.0
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
github.com/golang/protobuf v1.4.3
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c // indirect
github.com/gorilla/websocket v1.2.0 // indirect
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
github.com/leodido/go-urn v1.1.0 // indirect
github.com/magiconair/properties v1.8.0
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/mitchellh/mapstructure v0.0.0-20180715050151-f15292f7a699
github.com/nats-io/go-nats v1.5.0
github.com/nats-io/nuid v1.0.0
github.com/opentracing/opentracing-go v1.0.2
github.com/pelletier/go-toml v1.2.0
github.com/pkg/errors v0.8.0
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1
github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273
github.com/sirupsen/logrus v1.0.6
github.com/spf13/afero v1.1.1
github.com/spf13/cast v1.2.0
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
github.com/spf13/pflag v1.0.1
github.com/magiconair/properties v1.8.0 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180715050151-f15292f7a699 // indirect
github.com/nats-io/go-nats v1.5.0 // indirect
github.com/nats-io/nuid v1.0.0 // indirect
github.com/opentracing/opentracing-go v1.0.2 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/prometheus/client_golang v1.11.1 // indirect
github.com/spf13/afero v1.1.1 // indirect
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
github.com/spf13/pflag v1.0.1 // indirect
github.com/spf13/viper v1.0.2
github.com/topfreegames/go-workers v1.0.0 // indirect
github.com/topfreegames/pitaya v0.12.0
github.com/uber/jaeger-client-go v2.14.0+incompatible
github.com/uber/jaeger-lib v1.5.0
golang.org/x/crypto v0.0.0-20180723164146-c126467f60eb
golang.org/x/net v0.0.0-20180724234803-3673e40ba225
golang.org/x/sys v0.0.0-20180724212812-e072cadbbdc8
golang.org/x/text v0.3.0
google.golang.org/genproto v0.0.0-20180726180014-2a72893556e4
google.golang.org/grpc v1.13.0
github.com/uber/jaeger-client-go v2.14.0+incompatible // indirect
github.com/uber/jaeger-lib v1.5.0 // indirect
google.golang.org/genproto v0.0.0-20180726180014-2a72893556e4 // indirect
google.golang.org/grpc v1.13.0 // indirect
gopkg.in/go-playground/validator.v9 v9.27.0 // indirect
gopkg.in/yaml.v2 v2.2.1
)
Loading