Skip to content

Commit

Permalink
Update to pgmetrics v1.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevan committed Oct 14, 2021
1 parent 1073227 commit 03fadfa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
13 changes: 7 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
builds:
- binary: pgdash
goos:
- windows
- darwin
- linux
goarch:
- amd64
targets:
- darwin_amd64
- darwin_arm64
- linux_amd64
- linux_arm64
- linux_arm
- windows_amd64
flags:
- -trimpath
ldflags:
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/rapidloop/pgdash

require (
github.com/pborman/getopt v0.0.0-20180811024354-2b5b3bfb099b
github.com/rapidloop/pgmetrics v1.10.4
github.com/rapidloop/pgmetrics v1.12.0
)

go 1.15
go 1.17
6 changes: 3 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ github.com/pborman/getopt v0.0.0-20180811024354-2b5b3bfb099b h1:K1wa7ads2Bu1PavI
github.com/pborman/getopt v0.0.0-20180811024354-2b5b3bfb099b/go.mod h1:85jBQOZwpVEaDAr341tbn15RS4fCAsIst0qp7i8ex1o=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rapidloop/pgmetrics v1.10.4 h1:DctwLzC/CKsOKvTro0FyqL3EUojeVqeKpkFnWbSuQTI=
github.com/rapidloop/pgmetrics v1.10.4/go.mod h1:gYj4im8OAHmY5yd+2pM/ITQHrEvWzhXv1ydLGs1NX8A=
github.com/rapidloop/pq v1.0.1-0.20190218105255-66681b501d6d/go.mod h1:KCIg3rAcDl7ELp5s30z4lIp1xaOujoaMXnlYKhHECFo=
github.com/rapidloop/pgmetrics v1.12.0 h1:I7y78EOsQ809aj9R+bwHIL7k7npS3RUzf4Q3sw/g50w=
github.com/rapidloop/pgmetrics v1.12.0/go.mod h1:914BCJ/J6qOBTpEK+7TVhbURI50A5EGL01jvs/MloQM=
github.com/rapidloop/pq v1.1.1/go.mod h1:KCIg3rAcDl7ELp5s30z4lIp1xaOujoaMXnlYKhHECFo=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/xdg-go/stringprep v1.0.0/go.mod h1:1lAKNhwXFE4//YT4gqVxkhclqvPTWe2Kyd6L59AbR8w=
Expand Down

0 comments on commit 03fadfa

Please sign in to comment.