Skip to content

Commit e5ec3bf

Browse files
committed
Update deps and SDK
1 parent 9211a74 commit e5ec3bf

File tree

2 files changed

+112
-115
lines changed

2 files changed

+112
-115
lines changed

go.mod

Lines changed: 37 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -9,47 +9,46 @@ require (
99
github.com/cybercyst/go-scaffold v0.0.0-20240606114431-816e6211c151
1010
github.com/docker/go-connections v0.5.0
1111
github.com/envoyproxy/protoc-gen-validate v1.2.1
12-
github.com/gatewayd-io/gatewayd-plugin-sdk v0.4.1
13-
github.com/getsentry/sentry-go v0.31.1
12+
github.com/gatewayd-io/gatewayd-plugin-sdk v0.4.2
13+
github.com/getsentry/sentry-go v0.33.0
1414
github.com/go-co-op/gocron v1.37.0
1515
github.com/google/go-github/v68 v68.0.0
1616
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
1717
github.com/hashicorp/go-hclog v1.6.3
1818
github.com/hashicorp/go-plugin v1.6.3
19-
github.com/hashicorp/raft v1.7.2
19+
github.com/hashicorp/raft v1.7.3
2020
github.com/hashicorp/raft-boltdb v0.0.0-20250225060035-8f7048cdfa53
2121
github.com/invopop/jsonschema v0.13.0
22-
github.com/jackc/pgx/v5 v5.7.2
22+
github.com/jackc/pgx/v5 v5.7.5
2323
github.com/knadh/koanf v1.5.0
2424
github.com/mitchellh/mapstructure v1.5.0
25-
github.com/prometheus/client_golang v1.21.1
26-
github.com/prometheus/client_model v0.6.1
27-
github.com/prometheus/common v0.62.0
28-
github.com/redis/go-redis/v9 v9.7.1
29-
github.com/rs/zerolog v1.33.0
25+
github.com/prometheus/client_golang v1.22.0
26+
github.com/prometheus/client_model v0.6.2
27+
github.com/prometheus/common v0.64.0
28+
github.com/redis/go-redis/v9 v9.8.0
29+
github.com/rs/zerolog v1.34.0
3030
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
3131
github.com/spaolacci/murmur3 v1.1.0
32-
github.com/spf13/cast v1.7.1
32+
github.com/spf13/cast v1.8.0
3333
github.com/spf13/cobra v1.9.1
3434
github.com/stretchr/testify v1.10.0
35-
github.com/testcontainers/testcontainers-go v0.35.0
35+
github.com/testcontainers/testcontainers-go v0.37.0
3636
github.com/zenizh/go-capturer v0.0.0-20211219060012-52ea6c8fed04
37-
go.opentelemetry.io/otel v1.34.0
38-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0
39-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0
40-
go.opentelemetry.io/otel/sdk v1.34.0
41-
go.opentelemetry.io/otel/trace v1.34.0
42-
golang.org/x/text v0.22.0
43-
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb
44-
google.golang.org/grpc v1.71.0
45-
google.golang.org/protobuf v1.36.5
37+
go.opentelemetry.io/otel v1.35.0
38+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0
39+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0
40+
go.opentelemetry.io/otel/sdk v1.35.0
41+
go.opentelemetry.io/otel/trace v1.35.0
42+
golang.org/x/text v0.25.0
43+
google.golang.org/genproto/googleapis/api v0.0.0-20250512202823-5a2f75b736a9
44+
google.golang.org/grpc v1.72.1
45+
google.golang.org/protobuf v1.36.6
4646
gopkg.in/natefinch/lumberjack.v2 v2.2.1
4747
gopkg.in/yaml.v3 v3.0.1
4848
)
4949

5050
require (
51-
dario.cat/mergo v1.0.0 // indirect
52-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
51+
dario.cat/mergo v1.0.1 // indirect
5352
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
5453
github.com/Microsoft/go-winio v0.6.2 // indirect
5554
github.com/ProtonMail/go-crypto v1.1.3 // indirect
@@ -71,10 +70,11 @@ require (
7170
github.com/davecgh/go-spew v1.1.1 // indirect
7271
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
7372
github.com/distribution/reference v0.6.0 // indirect
74-
github.com/docker/docker v27.3.1+incompatible // indirect
73+
github.com/docker/docker v28.0.1+incompatible // indirect
7574
github.com/docker/go-units v0.5.0 // indirect
75+
github.com/ebitengine/purego v0.8.2 // indirect
7676
github.com/emirpasic/gods v1.18.1 // indirect
77-
github.com/expr-lang/expr v1.16.9 // indirect
77+
github.com/expr-lang/expr v1.17.3 // indirect
7878
github.com/extemporalgenome/slug v0.0.0-20150414033109-0320c85e32e0 // indirect
7979
github.com/fatih/color v1.18.0 // indirect
8080
github.com/fatih/structs v1.1.0 // indirect
@@ -102,10 +102,10 @@ require (
102102
github.com/inconshreveable/mousetrap v1.1.0 // indirect
103103
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
104104
github.com/kevinburke/ssh_config v1.2.0 // indirect
105-
github.com/klauspost/compress v1.17.11 // indirect
105+
github.com/klauspost/compress v1.18.0 // indirect
106106
github.com/kylelemons/godebug v1.1.0 // indirect
107107
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
108-
github.com/magiconair/properties v1.8.7 // indirect
108+
github.com/magiconair/properties v1.8.10 // indirect
109109
github.com/mailru/easyjson v0.7.7 // indirect
110110
github.com/mattn/go-colorable v0.1.14 // indirect
111111
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -121,9 +121,9 @@ require (
121121
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
122122
github.com/oklog/run v1.1.0 // indirect
123123
github.com/opencontainers/go-digest v1.0.0 // indirect
124-
github.com/opencontainers/image-spec v1.1.0 // indirect
124+
github.com/opencontainers/image-spec v1.1.1 // indirect
125125
github.com/pelletier/go-toml v1.9.5 // indirect
126-
github.com/pganalyze/pg_query_go/v6 v6.0.0 // indirect
126+
github.com/pganalyze/pg_query_go/v6 v6.1.0 // indirect
127127
github.com/pjbgf/sha1cd v0.3.0 // indirect
128128
github.com/pkg/errors v0.9.1 // indirect
129129
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -134,8 +134,7 @@ require (
134134
github.com/robfig/cron/v3 v3.0.1 // indirect
135135
github.com/russross/blackfriday/v2 v2.1.0 // indirect
136136
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
137-
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
138-
github.com/shoenig/go-m1cpu v0.1.6 // indirect
137+
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
139138
github.com/sirupsen/logrus v1.9.3 // indirect
140139
github.com/skeema/knownhosts v1.3.0 // indirect
141140
github.com/spf13/afero v1.11.0 // indirect
@@ -144,23 +143,23 @@ require (
144143
github.com/tetratelabs/wazero v1.9.0 // indirect
145144
github.com/tklauser/go-sysconf v0.3.14 // indirect
146145
github.com/tklauser/numcpus v0.8.0 // indirect
147-
github.com/wasilibs/go-pgquery v0.0.0-20250219053243-148840c597e6 // indirect
146+
github.com/wasilibs/go-pgquery v0.0.0-20250409022910-10ac41983c07 // indirect
148147
github.com/wasilibs/wazero-helpers v0.0.0-20250123031827-cd30c44769bb // indirect
149148
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
150149
github.com/xanzy/ssh-agent v0.3.3 // indirect
151150
github.com/yusufpapurcu/wmi v1.2.4 // indirect
152151
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
153152
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
154-
go.opentelemetry.io/otel/metric v1.34.0 // indirect
153+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
155154
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
156155
go.uber.org/atomic v1.11.0 // indirect
157-
golang.org/x/crypto v0.35.0 // indirect
158-
golang.org/x/net v0.35.0 // indirect
159-
golang.org/x/sync v0.11.0 // indirect
160-
golang.org/x/sys v0.30.0 // indirect
161-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
156+
golang.org/x/crypto v0.38.0 // indirect
157+
golang.org/x/net v0.40.0 // indirect
158+
golang.org/x/sync v0.14.0 // indirect
159+
golang.org/x/sys v0.33.0 // indirect
160+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
162161
gopkg.in/warnings.v0 v0.1.2 // indirect
163162
oras.land/oras-go/v2 v2.5.0 // indirect
164163
)
165164

166-
replace github.com/imdario/mergo => dario.cat/mergo v1.0.1
165+
replace github.com/imdario/mergo => dario.cat/mergo v1.0.2

0 commit comments

Comments
 (0)