|
1 | 1 | module github.com/choria-io/asyncjobs
|
2 | 2 |
|
3 |
| -go 1.17 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/AlecAivazis/survey/v2 v2.3.4 |
7 |
| - github.com/choria-io/fisk v0.0.3-0.20220605065054-0cf82636ff4e |
| 6 | + github.com/AlecAivazis/survey/v2 v2.3.6 |
| 7 | + github.com/choria-io/fisk v0.2.1 |
8 | 8 | github.com/dustin/go-humanize v1.0.0
|
9 |
| - github.com/nats-io/jsm.go v0.0.33 |
10 |
| - github.com/nats-io/nats-server/v2 v2.8.4 |
11 |
| - github.com/nats-io/nats.go v1.16.0 |
12 |
| - github.com/onsi/ginkgo/v2 v2.1.4 |
13 |
| - github.com/onsi/gomega v1.19.0 |
14 |
| - github.com/prometheus/client_golang v1.12.2 |
| 9 | + github.com/nats-io/jsm.go v0.0.35 |
| 10 | + github.com/nats-io/nats-server/v2 v2.9.9 |
| 11 | + github.com/nats-io/nats.go v1.21.0 |
| 12 | + github.com/onsi/ginkgo/v2 v2.6.1 |
| 13 | + github.com/onsi/gomega v1.24.2 |
| 14 | + github.com/prometheus/client_golang v1.14.0 |
15 | 15 | github.com/robfig/cron/v3 v3.0.1
|
16 | 16 | github.com/segmentio/ksuid v1.0.4
|
17 |
| - github.com/sirupsen/logrus v1.8.1 |
| 17 | + github.com/sirupsen/logrus v1.9.0 |
18 | 18 | github.com/xlab/tablewriter v0.0.0-20160610135559-80b567a11ad5
|
19 |
| - golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 |
| 19 | + golang.org/x/term v0.3.0 |
20 | 20 | gopkg.in/yaml.v3 v3.0.1
|
21 | 21 | )
|
22 | 22 |
|
23 | 23 | require (
|
24 | 24 | github.com/beorn7/perks v1.0.1 // indirect
|
25 |
| - github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 25 | + github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 26 | + github.com/go-logr/logr v1.2.3 // indirect |
| 27 | + github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect |
26 | 28 | github.com/golang/protobuf v1.5.2 // indirect
|
| 29 | + github.com/google/go-cmp v0.5.9 // indirect |
| 30 | + github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect |
27 | 31 | github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
28 |
| - github.com/klauspost/compress v1.15.5 // indirect |
29 |
| - github.com/mattn/go-colorable v0.1.12 // indirect |
30 |
| - github.com/mattn/go-isatty v0.0.14 // indirect |
31 |
| - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 32 | + github.com/klauspost/compress v1.15.13 // indirect |
| 33 | + github.com/kr/pretty v0.1.0 // indirect |
| 34 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 35 | + github.com/mattn/go-isatty v0.0.16 // indirect |
| 36 | + github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
32 | 37 | github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
33 | 38 | github.com/minio/highwayhash v1.0.2 // indirect
|
34 |
| - github.com/nats-io/jwt/v2 v2.2.1-0.20220330180145-442af02fd36a // indirect |
| 39 | + github.com/nats-io/jwt/v2 v2.3.0 // indirect |
35 | 40 | github.com/nats-io/nkeys v0.3.1-0.20220214171627-79ae42e4d898 // indirect
|
36 | 41 | github.com/nats-io/nuid v1.0.1 // indirect
|
37 |
| - github.com/prometheus/client_model v0.2.0 // indirect |
38 |
| - github.com/prometheus/common v0.32.1 // indirect |
39 |
| - github.com/prometheus/procfs v0.7.3 // indirect |
40 |
| - golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect |
41 |
| - golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect |
42 |
| - golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect |
43 |
| - golang.org/x/text v0.3.7 // indirect |
44 |
| - golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect |
45 |
| - google.golang.org/protobuf v1.27.1 // indirect |
46 |
| - gopkg.in/yaml.v2 v2.4.0 // indirect |
| 42 | + github.com/prometheus/client_model v0.3.0 // indirect |
| 43 | + github.com/prometheus/common v0.39.0 // indirect |
| 44 | + github.com/prometheus/procfs v0.8.0 // indirect |
| 45 | + golang.org/x/crypto v0.4.0 // indirect |
| 46 | + golang.org/x/net v0.4.0 // indirect |
| 47 | + golang.org/x/sys v0.3.0 // indirect |
| 48 | + golang.org/x/text v0.5.0 // indirect |
| 49 | + golang.org/x/time v0.3.0 // indirect |
| 50 | + golang.org/x/tools v0.4.0 // indirect |
| 51 | + google.golang.org/protobuf v1.28.1 // indirect |
47 | 52 | )
|
0 commit comments