Skip to content

Commit 6af7f21

Browse files
authored
Merge pull request #2107 from ripienaar/dependencies
(misc) Update dependencies
2 parents d6c1f79 + 8e65a9e commit 6af7f21

File tree

3 files changed

+94
-78
lines changed

3 files changed

+94
-78
lines changed

aagent/watchers/kvwatcher/kv_mock_test.go

+21-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+23-24
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ require (
1313
github.com/choria-io/fisk v0.6.2
1414
github.com/choria-io/go-updater v0.1.0
1515
github.com/choria-io/tokens v0.0.3
16-
github.com/cloudevents/sdk-go/v2 v2.14.0
16+
github.com/cloudevents/sdk-go/v2 v2.15.0
1717
github.com/dustin/go-humanize v1.0.1
18-
github.com/expr-lang/expr v1.15.8
18+
github.com/expr-lang/expr v1.16.0
1919
github.com/fatih/color v1.16.0
2020
github.com/fatih/structtag v1.2.0
2121
github.com/ghodss/yaml v1.0.0
@@ -32,12 +32,12 @@ require (
3232
github.com/miekg/pkcs11 v1.1.1
3333
github.com/mitchellh/mapstructure v1.5.0
3434
github.com/nats-io/jsm.go v0.1.1-0.20240111112330-8508bd502b64
35-
github.com/nats-io/nats-server/v2 v2.10.9
36-
github.com/nats-io/nats.go v1.31.0
35+
github.com/nats-io/nats-server/v2 v2.10.10
36+
github.com/nats-io/nats.go v1.32.0
3737
github.com/nats-io/natscli v0.1.2-0.20240111163134-59e8c66e1dcb
38-
github.com/onsi/ginkgo/v2 v2.13.2
39-
github.com/onsi/gomega v1.30.0
40-
github.com/open-policy-agent/opa v0.60.0
38+
github.com/onsi/ginkgo/v2 v2.15.0
39+
github.com/onsi/gomega v1.31.1
40+
github.com/open-policy-agent/opa v0.61.0
4141
github.com/prometheus/client_golang v1.18.0
4242
github.com/prometheus/client_model v0.5.0
4343
github.com/robfig/cron v1.2.0
@@ -51,7 +51,7 @@ require (
5151
golang.org/x/sys v0.16.0
5252
golang.org/x/term v0.16.0
5353
golang.org/x/text v0.14.0
54-
golang.org/x/tools v0.16.1
54+
golang.org/x/tools v0.17.0
5555
rsc.io/goversion v1.2.0
5656
)
5757

@@ -71,7 +71,7 @@ require (
7171
github.com/choria-io/goform v0.0.3 // indirect
7272
github.com/creack/pty v1.1.18 // indirect
7373
github.com/dgryski/trifles v0.0.0-20220729183022-231ecf6ed548 // indirect
74-
github.com/emicklei/dot v1.6.0 // indirect
74+
github.com/emicklei/dot v1.6.1 // indirect
7575
github.com/gdamore/encoding v1.0.0 // indirect
7676
github.com/gdamore/tcell/v2 v2.7.0 // indirect
7777
github.com/go-ini/ini v1.67.0 // indirect
@@ -80,8 +80,8 @@ require (
8080
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
8181
github.com/gobwas/glob v0.2.3 // indirect
8282
github.com/google/flatbuffers v23.3.3+incompatible // indirect
83-
github.com/google/pprof v0.0.0-20231229205709-960ae82b1e42 // indirect
84-
github.com/google/uuid v1.5.0 // indirect
83+
github.com/google/pprof v0.0.0-20240130152714-0ed6a68c8d9e // indirect
84+
github.com/google/uuid v1.6.0 // indirect
8585
github.com/gorilla/mux v1.8.1 // indirect
8686
github.com/goss-org/GOnetstat v0.0.0-20230101144325-22be0bd9e64d // indirect
8787
github.com/goss-org/go-ps v0.0.0-20230609005227-7b318e6a56e5 // indirect
@@ -92,16 +92,15 @@ require (
9292
github.com/imdario/mergo v0.3.16 // indirect
9393
github.com/itchyny/gojq v0.12.14 // indirect
9494
github.com/itchyny/timefmt-go v0.1.5 // indirect
95-
github.com/jedib0t/go-pretty/v6 v6.5.2 // indirect
95+
github.com/jedib0t/go-pretty/v6 v6.5.4 // indirect
9696
github.com/json-iterator/go v1.1.12 // indirect
97-
github.com/klauspost/compress v1.17.4 // indirect
97+
github.com/klauspost/compress v1.17.5 // indirect
9898
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
9999
github.com/mattn/go-colorable v0.1.13 // indirect
100100
github.com/mattn/go-isatty v0.0.20 // indirect
101101
github.com/mattn/go-runewidth v0.0.15 // indirect
102-
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
103102
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
104-
github.com/miekg/dns v1.1.57 // indirect
103+
github.com/miekg/dns v1.1.58 // indirect
105104
github.com/minio/highwayhash v1.0.2 // indirect
106105
github.com/mitchellh/copystructure v1.2.0 // indirect
107106
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -111,20 +110,20 @@ require (
111110
github.com/modern-go/reflect2 v1.0.2 // indirect
112111
github.com/nats-io/jwt/v2 v2.5.3 // indirect
113112
github.com/nats-io/nkeys v0.4.7 // indirect
114-
github.com/nats-io/nsc/v2 v2.8.6-0.20231117160437-b49262c20be8 // indirect
113+
github.com/nats-io/nsc/v2 v2.8.6-0.20231220104935-3f89317df670 // indirect
115114
github.com/nats-io/nuid v1.0.1 // indirect
116115
github.com/nsf/termbox-go v1.1.1 // indirect
117116
github.com/oleiade/reflections v1.0.1 // indirect
118117
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
119118
github.com/pmezard/go-difflib v1.0.0 // indirect
120-
github.com/prometheus/common v0.45.0 // indirect
119+
github.com/prometheus/common v0.46.0 // indirect
121120
github.com/prometheus/procfs v0.12.0 // indirect
122121
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
123-
github.com/rivo/uniseg v0.4.4 // indirect
122+
github.com/rivo/uniseg v0.4.6 // indirect
124123
github.com/samber/lo v1.39.0 // indirect
125124
github.com/shopspring/decimal v1.3.1 // indirect
126125
github.com/spf13/cast v1.6.0 // indirect
127-
github.com/synadia-io/jwt-auth-builder.go v0.0.0-20240110145530-7404d7ddb699 // indirect
126+
github.com/synadia-io/jwt-auth-builder.go v0.0.0-20240201211527-9e5bc474b550 // indirect
128127
github.com/tadglines/go-pkgs v0.0.0-20210623144937-b983b20f54f9 // indirect
129128
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
130129
github.com/tidwall/match v1.1.1 // indirect
@@ -133,14 +132,14 @@ require (
133132
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
134133
github.com/xiam/to v0.0.0-20200126224905-d60d31e03561 // indirect
135134
github.com/yashtewari/glob-intersection v0.2.0 // indirect
136-
go.opentelemetry.io/otel v1.21.0 // indirect
137-
go.opentelemetry.io/otel/metric v1.21.0 // indirect
138-
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
139-
go.opentelemetry.io/otel/trace v1.21.0 // indirect
135+
go.opentelemetry.io/otel v1.22.0 // indirect
136+
go.opentelemetry.io/otel/metric v1.22.0 // indirect
137+
go.opentelemetry.io/otel/sdk v1.22.0 // indirect
138+
go.opentelemetry.io/otel/trace v1.22.0 // indirect
140139
go.uber.org/goleak v1.2.1 // indirect
141140
go.uber.org/multierr v1.11.0 // indirect
142141
go.uber.org/zap v1.26.0 // indirect
143-
golang.org/x/exp v0.0.0-20240110193028-0dcbfd608b1e // indirect
142+
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
144143
golang.org/x/mod v0.14.0 // indirect
145144
golang.org/x/net v0.20.0 // indirect
146145
golang.org/x/time v0.5.0 // indirect

0 commit comments

Comments
 (0)