|
1 | 1 | module github.com/choria-io/stream-replicator
|
2 | 2 |
|
3 |
| -go 1.21 |
| 3 | +go 1.22.0 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/choria-io/fisk v0.6.2 |
| 6 | + github.com/choria-io/fisk v0.6.4 |
7 | 7 | github.com/choria-io/tokens v0.0.3
|
8 | 8 | github.com/ghodss/yaml v1.0.0
|
9 | 9 | github.com/golang/mock v1.6.0
|
10 |
| - github.com/nats-io/jsm.go v0.1.1-0.20240118115416-fcaa77de81f6 |
11 |
| - github.com/nats-io/nats-server/v2 v2.10.11 |
12 |
| - github.com/nats-io/nats.go v1.33.1 |
13 |
| - github.com/onsi/ginkgo/v2 v2.16.0 |
14 |
| - github.com/onsi/gomega v1.31.1 |
15 |
| - github.com/prometheus/client_golang v1.19.0 |
16 |
| - github.com/prometheus/client_model v0.6.0 |
| 10 | + github.com/nats-io/jsm.go v0.1.2 |
| 11 | + github.com/nats-io/nats-server/v2 v2.10.22 |
| 12 | + github.com/nats-io/nats.go v1.37.0 |
| 13 | + github.com/onsi/ginkgo/v2 v2.21.0 |
| 14 | + github.com/onsi/gomega v1.35.0 |
| 15 | + github.com/prometheus/client_golang v1.20.5 |
| 16 | + github.com/prometheus/client_model v0.6.1 |
17 | 17 | github.com/segmentio/ksuid v1.0.4
|
18 | 18 | github.com/sirupsen/logrus v1.9.3
|
19 |
| - github.com/tidwall/gjson v1.17.1 |
| 19 | + github.com/tidwall/gjson v1.18.0 |
20 | 20 | )
|
21 | 21 |
|
22 | 22 | require (
|
23 | 23 | github.com/beorn7/perks v1.0.1 // indirect
|
24 |
| - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 24 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
25 | 25 | github.com/dustin/go-humanize v1.0.1 // indirect
|
26 |
| - github.com/expr-lang/expr v1.16.1 // indirect |
27 |
| - github.com/go-logr/logr v1.4.1 // indirect |
28 |
| - github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect |
| 26 | + github.com/expr-lang/expr v1.16.9 // indirect |
| 27 | + github.com/go-logr/logr v1.4.2 // indirect |
| 28 | + github.com/go-task/slim-sprig/v3 v3.0.0 // indirect |
29 | 29 | github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
30 | 30 | github.com/google/go-cmp v0.6.0 // indirect
|
31 |
| - github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect |
32 |
| - github.com/klauspost/compress v1.17.7 // indirect |
| 31 | + github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect |
| 32 | + github.com/klauspost/compress v1.17.11 // indirect |
33 | 33 | github.com/kr/text v0.2.0 // indirect
|
34 |
| - github.com/minio/highwayhash v1.0.2 // indirect |
35 |
| - github.com/nats-io/jwt/v2 v2.5.5 // indirect |
| 34 | + github.com/minio/highwayhash v1.0.3 // indirect |
| 35 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 36 | + github.com/nats-io/jwt/v2 v2.7.2 // indirect |
36 | 37 | github.com/nats-io/nkeys v0.4.7 // indirect
|
37 | 38 | github.com/nats-io/nuid v1.0.1 // indirect
|
38 |
| - github.com/prometheus/common v0.49.0 // indirect |
39 |
| - github.com/prometheus/procfs v0.12.0 // indirect |
| 39 | + github.com/prometheus/common v0.60.1 // indirect |
| 40 | + github.com/prometheus/procfs v0.15.1 // indirect |
40 | 41 | github.com/tidwall/match v1.1.1 // indirect
|
41 | 42 | github.com/tidwall/pretty v1.2.1 // indirect
|
42 |
| - golang.org/x/crypto v0.21.0 // indirect |
43 |
| - golang.org/x/net v0.22.0 // indirect |
44 |
| - golang.org/x/sys v0.18.0 // indirect |
45 |
| - golang.org/x/text v0.14.0 // indirect |
46 |
| - golang.org/x/time v0.5.0 // indirect |
47 |
| - golang.org/x/tools v0.19.0 // indirect |
48 |
| - google.golang.org/protobuf v1.32.0 // indirect |
| 43 | + golang.org/x/crypto v0.28.0 // indirect |
| 44 | + golang.org/x/net v0.30.0 // indirect |
| 45 | + golang.org/x/sys v0.26.0 // indirect |
| 46 | + golang.org/x/text v0.19.0 // indirect |
| 47 | + golang.org/x/time v0.7.0 // indirect |
| 48 | + golang.org/x/tools v0.26.0 // indirect |
| 49 | + google.golang.org/protobuf v1.35.1 // indirect |
49 | 50 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
50 | 51 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
51 | 52 | )
|
0 commit comments