Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.
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
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/gomodule/redigo v1.8.3
github.com/hashicorp/go-version v1.2.1
github.com/jarcoal/httpmock v1.0.7
github.com/jmoiron/sqlx v1.2.0
github.com/jmoiron/sqlx v1.3.4
github.com/lestrrat-go/tcptest v0.0.0-20180223004312-f0345789c593
github.com/lestrrat-go/tcputil v0.0.0-20180223003554-d3c7f98154fb // indirect
github.com/lib/pq v1.9.0
Expand All @@ -39,7 +39,6 @@ require (
github.com/mackerelio/mackerel-plugin-gearmand v1.0.1
github.com/mackerelio/mackerel-plugin-json v1.2.2
github.com/mattn/go-pipeline v0.0.0-20190323144519-32d779b32768
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/mattn/go-treasuredata v0.0.0-20170920030233-31758907cfc4
github.com/michaelklishin/rabbit-hole v1.5.0
github.com/montanaflynn/stats v0.6.4
Expand Down
Loading