|
1 | 1 | module github.com/snowplow/dataflow-runner |
2 | 2 |
|
3 | | -go 1.19 |
| 3 | +go 1.24.11 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/aws/aws-sdk-go v1.34.5 |
| 6 | + github.com/aws/aws-sdk-go v1.55.8 |
7 | 7 | github.com/elodina/go-avro v0.0.0-20160406082632-0c8185d9a3ba |
8 | | - github.com/getsentry/sentry-go v0.14.0 |
9 | | - github.com/hashicorp/consul/api v1.4.0 |
10 | | - github.com/hashicorp/consul/sdk v0.4.0 |
11 | | - github.com/hashicorp/errwrap v1.0.0 |
12 | | - github.com/sirupsen/logrus v1.9.0 |
13 | | - github.com/stretchr/testify v1.7.0 |
| 8 | + github.com/getsentry/sentry-go v0.40.0 |
| 9 | + github.com/hashicorp/consul/api v1.32.0 |
| 10 | + github.com/hashicorp/consul/sdk v0.16.1 |
| 11 | + github.com/hashicorp/errwrap v1.1.0 |
| 12 | + github.com/sirupsen/logrus v1.9.3 |
| 13 | + github.com/stretchr/testify v1.8.4 |
14 | 14 | gopkg.in/urfave/cli.v1 v1.20.0 |
15 | 15 | ) |
16 | 16 |
|
17 | | -require golang.org/x/text v0.3.7 // indirect |
| 17 | +require ( |
| 18 | + github.com/hashicorp/go-multierror v1.1.1 // indirect |
| 19 | + golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect |
| 20 | + golang.org/x/net v0.48.0 // indirect |
| 21 | + golang.org/x/text v0.33.0 // indirect |
| 22 | +) |
18 | 23 |
|
19 | 24 | require ( |
20 | | - github.com/armon/go-metrics v0.3.4 // indirect |
21 | | - github.com/davecgh/go-spew v1.1.1 // indirect |
22 | | - github.com/fatih/color v1.9.0 // indirect |
23 | | - github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect |
24 | | - github.com/hashicorp/go-cleanhttp v0.5.1 // indirect |
25 | | - github.com/hashicorp/go-hclog v0.14.1 // indirect |
26 | | - github.com/hashicorp/go-immutable-radix v1.2.0 // indirect |
| 25 | + github.com/armon/go-metrics v0.4.1 // indirect |
| 26 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 27 | + github.com/fatih/color v1.16.0 // indirect |
| 28 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| 29 | + github.com/hashicorp/go-hclog v1.5.0 // indirect |
| 30 | + github.com/hashicorp/go-immutable-radix v1.3.1 // indirect |
27 | 31 | github.com/hashicorp/go-rootcerts v1.0.2 // indirect |
28 | | - github.com/hashicorp/go-uuid v1.0.2 // indirect |
29 | | - github.com/hashicorp/go-version v1.4.0 // indirect |
| 32 | + github.com/hashicorp/go-uuid v1.0.3 // indirect |
| 33 | + github.com/hashicorp/go-version v1.8.0 // indirect |
30 | 34 | github.com/hashicorp/golang-lru v0.5.4 // indirect |
31 | | - github.com/hashicorp/serf v0.9.4 // indirect |
32 | | - github.com/jmespath/go-jmespath v0.3.0 // indirect |
33 | | - github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect |
34 | | - github.com/mattn/go-colorable v0.1.13 // indirect |
35 | | - github.com/mattn/go-isatty v0.0.16 // indirect |
| 35 | + github.com/hashicorp/serf v0.10.1 // indirect |
| 36 | + github.com/jmespath/go-jmespath v0.4.0 // indirect |
| 37 | + github.com/mattn/go-colorable v0.1.14 // indirect |
| 38 | + github.com/mattn/go-isatty v0.0.20 // indirect |
36 | 39 | github.com/mitchellh/go-homedir v1.1.0 // indirect |
37 | | - github.com/mitchellh/go-testing-interface v1.14.1 // indirect |
38 | | - github.com/mitchellh/gox v1.0.1 // indirect |
39 | | - github.com/mitchellh/iochan v1.0.0 // indirect |
40 | | - github.com/mitchellh/mapstructure v1.3.3 // indirect |
| 40 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
41 | 41 | github.com/pkg/errors v0.9.1 // indirect |
42 | | - github.com/pmezard/go-difflib v1.0.0 // indirect |
| 42 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
43 | 43 | github.com/snowplow-devops/go-retry v0.0.0-20210106090855-8989bbdbae1c |
44 | | - golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect |
45 | | - golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect |
46 | | - golang.org/x/tools v0.1.0 // indirect |
| 44 | + golang.org/x/sys v0.40.0 // indirect |
47 | 45 | gopkg.in/yaml.v2 v2.4.0 // indirect |
48 | 46 | gopkg.in/yaml.v3 v3.0.1 // indirect |
49 | 47 | ) |
0 commit comments