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/slok/go-http-metrics from 0.9.0 to 0.13.0 #360

Open
wants to merge 1 commit into
base: develop
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
16 changes: 6 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,32 @@ module github.com/adanalife/tripbot
go 1.15

require (
cloud.google.com/go/logging v1.4.2
cloud.google.com/go/logging v1.7.0
github.com/adrg/libvlc-go/v3 v3.1.5
github.com/bradfitz/latlong v0.0.0-20170410180902-f3db6d0dff40
github.com/davecgh/go-spew v1.1.1
github.com/dimiro1/banner v1.1.0
github.com/gempir/go-twitch-irc/v2 v2.8.1
github.com/getsentry/sentry-go v0.11.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/mux v1.8.1
github.com/gorilla/schema v1.2.0 // indirect
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026
github.com/jmoiron/sqlx v1.3.4
github.com/jmoiron/sqlx v1.4.0
github.com/joho/godotenv v1.4.0
github.com/jonas-p/go-shp v0.1.1 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/kelvins/geocoder v0.0.0-20200113010004-f579500e9e27
github.com/lib/pq v1.10.4
github.com/lib/pq v1.10.9
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mitchellh/go-ps v1.0.0
github.com/nathan-osman/go-sunrise v0.0.0-20201029015502-9a83cd1a5746
github.com/nicklaw5/helix v1.24.4
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_golang v1.20.3
github.com/robfig/cron v1.2.0
github.com/sfreiberg/gotwilio v0.0.0-20200916182813-169c4cd5c691
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/slok/go-http-metrics v0.9.0
github.com/slok/go-http-metrics v0.13.0
github.com/unrolled/secure v1.0.9
github.com/urfave/negroni v1.0.0
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
googlemaps.github.io/maps v1.3.2
)
Loading
Loading