Skip to content

Commit 41bda7c

Browse files
authored
Merge pull request #2183 from ripienaar/dependencies
(misc) update dependencies
2 parents 2c9c49a + ab74222 commit 41bda7c

File tree

2 files changed

+53
-52
lines changed

2 files changed

+53
-52
lines changed

go.mod

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/choria-io/go-choria
22

3-
go 1.21
3+
go 1.21.0
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -31,20 +31,20 @@ require (
3131
github.com/looplab/fsm v1.0.2
3232
github.com/miekg/pkcs11 v1.1.1
3333
github.com/mitchellh/mapstructure v1.5.0
34-
github.com/nats-io/jsm.go v0.1.1
34+
github.com/nats-io/jsm.go v0.1.2
3535
github.com/nats-io/nats-server/v2 v2.10.18
3636
github.com/nats-io/nats.go v1.36.0
37-
github.com/nats-io/natscli v0.1.4
38-
github.com/onsi/ginkgo/v2 v2.19.0
39-
github.com/onsi/gomega v1.33.1
40-
github.com/open-policy-agent/opa v0.66.0
37+
github.com/nats-io/natscli v0.1.5
38+
github.com/onsi/ginkgo/v2 v2.19.1
39+
github.com/onsi/gomega v1.34.1
40+
github.com/open-policy-agent/opa v0.67.0
4141
github.com/prometheus/client_golang v1.19.1
4242
github.com/prometheus/client_model v0.6.1
4343
github.com/robfig/cron v1.2.0
4444
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
4545
github.com/segmentio/ksuid v1.0.4
4646
github.com/sirupsen/logrus v1.9.3
47-
github.com/tidwall/gjson v1.17.1
47+
github.com/tidwall/gjson v1.17.2
4848
github.com/tidwall/pretty v1.2.1
4949
github.com/xlab/tablewriter v0.0.0-20160610135559-80b567a11ad5
5050
golang.org/x/crypto v0.25.0
@@ -65,7 +65,7 @@ require (
6565
github.com/agnivade/levenshtein v1.1.1 // indirect
6666
github.com/beorn7/perks v1.0.1 // indirect
6767
github.com/blang/semver/v4 v4.0.0 // indirect
68-
github.com/brutella/dnssd v1.2.10 // indirect
68+
github.com/brutella/dnssd v1.2.11 // indirect
6969
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7070
github.com/cheekybits/genny v1.0.0 // indirect
7171
github.com/choria-io/goform v0.0.3 // indirect
@@ -80,7 +80,7 @@ require (
8080
github.com/go-task/slim-sprig/v3 v3.0.0 // 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-20240711041743-f6c9dda6c6da // indirect
83+
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
8484
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
@@ -98,7 +98,7 @@ require (
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
101-
github.com/mattn/go-runewidth v0.0.15 // indirect
101+
github.com/mattn/go-runewidth v0.0.16 // indirect
102102
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
103103
github.com/miekg/dns v1.1.61 // indirect
104104
github.com/minio/highwayhash v1.0.3 // indirect
@@ -135,7 +135,7 @@ require (
135135
go.opentelemetry.io/otel/trace v1.28.0 // indirect
136136
go.uber.org/multierr v1.11.0 // indirect
137137
go.uber.org/zap v1.27.0 // indirect
138-
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
138+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
139139
golang.org/x/mod v0.19.0 // indirect
140140
golang.org/x/net v0.27.0 // indirect
141141
golang.org/x/sync v0.7.0 // indirect

0 commit comments

Comments
 (0)