@@ -13,9 +13,9 @@ require (
13
13
github.com/choria-io/fisk v0.6.2
14
14
github.com/choria-io/go-updater v0.1.0
15
15
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
17
17
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
19
19
github.com/fatih/color v1.16.0
20
20
github.com/fatih/structtag v1.2.0
21
21
github.com/ghodss/yaml v1.0.0
@@ -32,12 +32,12 @@ require (
32
32
github.com/miekg/pkcs11 v1.1.1
33
33
github.com/mitchellh/mapstructure v1.5.0
34
34
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
37
37
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
41
41
github.com/prometheus/client_golang v1.18.0
42
42
github.com/prometheus/client_model v0.5.0
43
43
github.com/robfig/cron v1.2.0
@@ -51,7 +51,7 @@ require (
51
51
golang.org/x/sys v0.16.0
52
52
golang.org/x/term v0.16.0
53
53
golang.org/x/text v0.14.0
54
- golang.org/x/tools v0.16.1
54
+ golang.org/x/tools v0.17.0
55
55
rsc.io/goversion v1.2.0
56
56
)
57
57
@@ -71,7 +71,7 @@ require (
71
71
github.com/choria-io/goform v0.0.3 // indirect
72
72
github.com/creack/pty v1.1.18 // indirect
73
73
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
75
75
github.com/gdamore/encoding v1.0.0 // indirect
76
76
github.com/gdamore/tcell/v2 v2.7.0 // indirect
77
77
github.com/go-ini/ini v1.67.0 // indirect
@@ -80,8 +80,8 @@ require (
80
80
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
81
81
github.com/gobwas/glob v0.2.3 // indirect
82
82
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
85
85
github.com/gorilla/mux v1.8.1 // indirect
86
86
github.com/goss-org/GOnetstat v0.0.0-20230101144325-22be0bd9e64d // indirect
87
87
github.com/goss-org/go-ps v0.0.0-20230609005227-7b318e6a56e5 // indirect
@@ -92,16 +92,15 @@ require (
92
92
github.com/imdario/mergo v0.3.16 // indirect
93
93
github.com/itchyny/gojq v0.12.14 // indirect
94
94
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
96
96
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
98
98
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
99
99
github.com/mattn/go-colorable v0.1.13 // indirect
100
100
github.com/mattn/go-isatty v0.0.20 // indirect
101
101
github.com/mattn/go-runewidth v0.0.15 // indirect
102
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
103
102
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
105
104
github.com/minio/highwayhash v1.0.2 // indirect
106
105
github.com/mitchellh/copystructure v1.2.0 // indirect
107
106
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -111,20 +110,20 @@ require (
111
110
github.com/modern-go/reflect2 v1.0.2 // indirect
112
111
github.com/nats-io/jwt/v2 v2.5.3 // indirect
113
112
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
115
114
github.com/nats-io/nuid v1.0.1 // indirect
116
115
github.com/nsf/termbox-go v1.1.1 // indirect
117
116
github.com/oleiade/reflections v1.0.1 // indirect
118
117
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
119
118
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
121
120
github.com/prometheus/procfs v0.12.0 // indirect
122
121
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
124
123
github.com/samber/lo v1.39.0 // indirect
125
124
github.com/shopspring/decimal v1.3.1 // indirect
126
125
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
128
127
github.com/tadglines/go-pkgs v0.0.0-20210623144937-b983b20f54f9 // indirect
129
128
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
130
129
github.com/tidwall/match v1.1.1 // indirect
@@ -133,14 +132,14 @@ require (
133
132
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
134
133
github.com/xiam/to v0.0.0-20200126224905-d60d31e03561 // indirect
135
134
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
140
139
go.uber.org/goleak v1.2.1 // indirect
141
140
go.uber.org/multierr v1.11.0 // indirect
142
141
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
144
143
golang.org/x/mod v0.14.0 // indirect
145
144
golang.org/x/net v0.20.0 // indirect
146
145
golang.org/x/time v0.5.0 // indirect
0 commit comments