Skip to content

Commit

Permalink
Merge pull request #591 from cybertec-postgresql/dependabot/go_module…
Browse files Browse the repository at this point in the history
…s/pgwatch2/go.etcd.io/etcd/client/v2-2.305.7

[+] bump `etcd/client/v2` from 2.305.6 to 2.305.7
  • Loading branch information
pashagolub committed Feb 9, 2023
2 parents 911e1e9 + a59084d commit 08938fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 128 deletions.
6 changes: 3 additions & 3 deletions pgwatch2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/shirou/gopsutil/v3 v3.23.1
github.com/shopspring/decimal v1.3.1
go.etcd.io/etcd v3.3.27+incompatible
go.etcd.io/etcd/client/v2 v2.305.6
go.etcd.io/etcd/client/v2 v2.305.7
golang.org/x/crypto v0.6.0
gopkg.in/yaml.v2 v2.4.0
)
Expand Down Expand Up @@ -53,8 +53,8 @@ require (
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.etcd.io/etcd/api/v3 v3.5.6 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.6 // indirect
go.etcd.io/etcd/api/v3 v3.5.7 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect
golang.org/x/sys v0.5.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)

0 comments on commit 08938fa

Please sign in to comment.