Skip to content

Commit 7fe7a06

Browse files
authored
Merge pull request #541 from turbot/v1.12.x
Release steampipe-postgres-fdw v1.12.5
2 parents dec2072 + 5a0471e commit 7fe7a06

File tree

11 files changed

+459
-533
lines changed

11 files changed

+459
-533
lines changed

.github/workflows/buildimage.yml

Lines changed: 367 additions & 365 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
## v1.12.3 [2024-02-05]
1+
## v1.12.5 [2025-03-31]
2+
_Dependencies_
3+
- Upgrade `containerd` and `golang.org/x/net` to remediate moderate vulnerabilities.
4+
5+
## v1.12.4 [2025-02-11]
6+
_Dependencies_
7+
- Upgrade `pipe-fittings` to v2.1.1 and `go-kit` to v1.0.0.
8+
9+
## v1.12.3 [2025-02-05]
210
_Dependencies_
311
- Upgrade `pipe-fittings` to v1.6.8 and `steampipe-plugin-sdk` to v5.11.2.
412

5-
## v1.12.2 [2024-02-03]
13+
## v1.12.2 [2025-02-03]
614
_Dependencies_
715
- Upgrade `crypto`, `net` and `go-git` packages to remediate critical and high vulnerabilities.
816

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
module github.com/turbot/steampipe-postgres-fdw
22

3-
go 1.22.4
3+
go 1.23.1
4+
5+
toolchain go1.23.3
46

57
require (
6-
github.com/dgraph-io/ristretto v0.1.1 // indirect
8+
github.com/dgraph-io/ristretto v0.2.0 // indirect
79
github.com/golang/protobuf v1.5.4
810
github.com/hashicorp/go-hclog v1.6.3
911
github.com/hashicorp/go-version v1.7.0 // indirect
10-
github.com/turbot/go-kit v0.10.0-rc.0
11-
github.com/turbot/steampipe v1.0.2
12-
github.com/turbot/steampipe-plugin-sdk/v5 v5.11.2
12+
github.com/turbot/go-kit v1.0.0
13+
github.com/turbot/steampipe v1.7.0-rc.0.0.20250210104953-c81e20d80731
14+
github.com/turbot/steampipe-plugin-sdk/v5 v5.11.3
1315
go.opentelemetry.io/otel v1.26.0
14-
google.golang.org/protobuf v1.34.2
16+
google.golang.org/protobuf v1.35.2
1517
)
1618

1719
require (
1820
github.com/Masterminds/semver/v3 v3.2.1
19-
github.com/turbot/pipe-fittings v1.6.8
21+
github.com/turbot/pipe-fittings/v2 v2.1.1
2022
go.opentelemetry.io/otel/metric v1.26.0
2123
)
2224

@@ -77,23 +79,22 @@ require (
7779
github.com/leodido/go-urn v1.4.0 // indirect
7880
github.com/moby/locker v1.0.1 // indirect
7981
github.com/pjbgf/sha1cd v0.3.0 // indirect
80-
github.com/robfig/cron/v3 v3.0.1 // indirect
8182
github.com/rs/xid v1.5.0 // indirect
8283
github.com/sagikazarmark/locafero v0.4.0 // indirect
8384
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
8485
github.com/sourcegraph/conc v0.3.0 // indirect
8586
github.com/spf13/cobra v1.8.1 // indirect
8687
github.com/thediveo/enumflag/v2 v2.0.5 // indirect
8788
github.com/turbot/pipes-sdk-go v0.12.0 // indirect
88-
github.com/turbot/steampipe-plugin-code v0.7.0 // indirect
89+
github.com/turbot/steampipe-plugin-code v1.0.1-alpha.1 // indirect
8990
github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7 // indirect
9091
github.com/ulikunitz/xz v0.5.10 // indirect
9192
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
9293
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
9394
go.uber.org/atomic v1.9.0 // indirect
9495
go.uber.org/multierr v1.9.0 // indirect
9596
golang.org/x/mod v0.19.0 // indirect
96-
golang.org/x/term v0.27.0 // indirect
97+
golang.org/x/term v0.29.0 // indirect
9798
golang.org/x/time v0.5.0 // indirect
9899
golang.org/x/tools v0.23.0 // indirect
99100
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
@@ -116,17 +117,16 @@ require (
116117
github.com/btubbs/datetime v0.1.1 // indirect
117118
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
118119
github.com/cespare/xxhash/v2 v2.3.0 // indirect
119-
github.com/containerd/containerd v1.7.23 // indirect
120+
github.com/containerd/containerd v1.7.27 // indirect
120121
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
121-
github.com/dustin/go-humanize v1.0.0 // indirect
122+
github.com/dustin/go-humanize v1.0.1 // indirect
122123
github.com/fatih/color v1.17.0 // indirect
123124
github.com/fsnotify/fsnotify v1.7.0 // indirect
124125
github.com/gertd/go-pluralize v0.2.1
125126
github.com/ghodss/yaml v1.0.0 // indirect
126-
github.com/go-logr/logr v1.4.1 // indirect
127+
github.com/go-logr/logr v1.4.2 // indirect
127128
github.com/go-logr/stdr v1.2.2 // indirect
128129
github.com/go-ole/go-ole v1.2.6 // indirect
129-
github.com/golang/glog v1.2.4 // indirect
130130
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
131131
github.com/google/go-cmp v0.6.0 // indirect
132132
github.com/google/uuid v1.6.0 // indirect
@@ -164,10 +164,10 @@ require (
164164
github.com/opencontainers/image-spec v1.1.0 // indirect
165165
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
166166
github.com/pkg/errors v0.9.1 // indirect
167-
github.com/prometheus/client_golang v1.14.0 // indirect
167+
github.com/prometheus/client_golang v1.16.0 // indirect
168168
github.com/prometheus/client_model v0.3.0 // indirect
169-
github.com/prometheus/common v0.37.0 // indirect
170-
github.com/prometheus/procfs v0.8.0 // indirect
169+
github.com/prometheus/common v0.42.0 // indirect
170+
github.com/prometheus/procfs v0.10.1 // indirect
171171
github.com/rivo/uniseg v0.2.0 // indirect
172172
github.com/sethvargo/go-retry v0.3.0 // indirect
173173
github.com/shiena/ansicolor v0.0.0-20230509054315-a9deabde6e02 // indirect
@@ -194,13 +194,13 @@ require (
194194
go.opentelemetry.io/otel/sdk/metric v1.26.0 // indirect
195195
go.opentelemetry.io/otel/trace v1.26.0 // indirect
196196
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
197-
golang.org/x/crypto v0.31.0 // indirect
197+
golang.org/x/crypto v0.35.0 // indirect
198198
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
199-
golang.org/x/net v0.33.0 // indirect
199+
golang.org/x/net v0.36.0 // indirect
200200
golang.org/x/oauth2 v0.21.0 // indirect
201-
golang.org/x/sync v0.10.0 // indirect
202-
golang.org/x/sys v0.28.0 // indirect
203-
golang.org/x/text v0.21.0 // indirect
201+
golang.org/x/sync v0.11.0 // indirect
202+
golang.org/x/sys v0.30.0 // indirect
203+
golang.org/x/text v0.22.0 // indirect
204204
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
205205
google.golang.org/grpc v1.66.0 // indirect
206206
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)