Skip to content

Commit

Permalink
coroot-pg-agent v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
def committed Dec 30, 2024
1 parent e395f03 commit 6b0870e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ require (
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/aws/aws-sdk-go v1.50.0
github.com/coroot/coroot v1.2.2-0.20240626085308-4f300e300f0f
github.com/coroot/coroot-pg-agent v1.2.6
github.com/coroot/coroot-pg-agent v1.2.7
github.com/coroot/logger v1.0.0
github.com/coroot/logparser v1.1.3
github.com/go-kit/log v0.2.1
github.com/go-sql-driver/mysql v1.8.1
github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd
github.com/gorilla/mux v1.8.1
github.com/oliver006/redis_exporter v1.61.0
Expand Down Expand Up @@ -48,7 +49,6 @@ require (
github.com/go-openapi/jsonpointer v0.20.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
Expand All @@ -62,7 +62,6 @@ require (
github.com/grobie/gomemcache v0.0.0-20230213081705-239240bbc445 // indirect
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
Expand All @@ -87,7 +86,6 @@ require (
github.com/prometheus/procfs v0.12.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa h1:jQCWAUqqlij9Pgj2i/P
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa/go.mod h1:x/1Gn8zydmfq8dk6e9PdstVsDgu9RuyIIJqAaF//0IM=
github.com/coroot/coroot v1.2.2-0.20240626085308-4f300e300f0f h1:1jIpnMCaLj7qeVzU2vF5/jf346p6KrF9D7YJybFVdpU=
github.com/coroot/coroot v1.2.2-0.20240626085308-4f300e300f0f/go.mod h1:BD8cB/kW+op/vXvVM2FdnwJa2cfJHwKjooKQUMYPlsE=
github.com/coroot/coroot-pg-agent v1.2.6 h1:/qquRr6L/Y2+pNLC7Z8AKgjoEic2WBDsgRW5WhXId5k=
github.com/coroot/coroot-pg-agent v1.2.6/go.mod h1:8z3BLlH1tAN3mzKgguLkgznFBetwopHgI5v2snXanOg=
github.com/coroot/coroot-pg-agent v1.2.7 h1:WctDjNkWt2l8KOdIyfYimpavcn+gTnp5/jrC9C3Jnkk=
github.com/coroot/coroot-pg-agent v1.2.7/go.mod h1:8z3BLlH1tAN3mzKgguLkgznFBetwopHgI5v2snXanOg=
github.com/coroot/logger v1.0.0 h1:n8iNkGk6ete9wp/L49FXsZlNiySuA+IJ7TsTkYkiqPc=
github.com/coroot/logger v1.0.0/go.mod h1:rEO5EQqDbB4bnCoo5Ot9Dj51Bkl40RUVqB03rba54HE=
github.com/coroot/logparser v1.1.3 h1:fjRgRkVtCJDvRaeIxaTo2d8Nvn8Yy+gDIfjFK6ZXY5E=
Expand Down

0 comments on commit 6b0870e

Please sign in to comment.