|
1 | 1 | module github.com/gitops-tools/image-updater |
2 | 2 |
|
3 | | -go 1.17 |
| 3 | +go 1.20 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - cloud.google.com/go/pubsub v1.24.0 |
7 | | - github.com/gitops-tools/pkg v0.0.0-20220215154847-d306202c099a |
8 | | - github.com/go-logr/logr v1.2.3 |
9 | | - github.com/go-logr/zapr v1.2.3 |
10 | | - github.com/google/go-cmp v0.5.8 |
11 | | - github.com/jenkins-x/go-scm v1.11.18 |
12 | | - github.com/spf13/cobra v1.5.0 |
13 | | - github.com/spf13/viper v1.12.0 |
14 | | - go.uber.org/zap v1.21.0 |
15 | | - golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c |
| 6 | + cloud.google.com/go/pubsub v1.33.0 |
| 7 | + github.com/gitops-tools/pkg v0.1.0 |
| 8 | + github.com/go-logr/logr v1.2.4 |
| 9 | + github.com/go-logr/zapr v1.2.4 |
| 10 | + github.com/google/go-cmp v0.5.9 |
| 11 | + github.com/jenkins-x/go-scm v1.14.9 |
| 12 | + github.com/spf13/cobra v1.7.0 |
| 13 | + github.com/spf13/viper v1.16.0 |
| 14 | + go.uber.org/zap v1.25.0 |
| 15 | + golang.org/x/oauth2 v0.11.0 |
16 | 16 | sigs.k8s.io/yaml v1.3.0 |
17 | 17 | ) |
18 | 18 |
|
19 | 19 | require ( |
20 | | - cloud.google.com/go v0.102.1 // indirect |
21 | | - cloud.google.com/go/compute v1.7.0 // indirect |
22 | | - cloud.google.com/go/iam v0.3.0 // indirect |
| 20 | + cloud.google.com/go v0.110.2 // indirect |
| 21 | + cloud.google.com/go/compute v1.20.1 // indirect |
| 22 | + cloud.google.com/go/compute/metadata v0.2.3 // indirect |
| 23 | + cloud.google.com/go/iam v1.1.0 // indirect |
23 | 24 | code.gitea.io/sdk/gitea v0.14.0 // indirect |
24 | | - github.com/benbjohnson/clock v1.1.0 // indirect |
25 | | - github.com/bluekeyes/go-gitdiff v0.4.0 // indirect |
| 25 | + github.com/benbjohnson/clock v1.3.0 // indirect |
| 26 | + github.com/bluekeyes/go-gitdiff v0.7.1 // indirect |
26 | 27 | github.com/davecgh/go-spew v1.1.1 // indirect |
27 | | - github.com/fsnotify/fsnotify v1.5.4 // indirect |
| 28 | + github.com/fsnotify/fsnotify v1.6.0 // indirect |
28 | 29 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
29 | | - github.com/golang/protobuf v1.5.2 // indirect |
30 | | - github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect |
31 | | - github.com/googleapis/gax-go/v2 v2.4.0 // indirect |
| 30 | + github.com/golang/protobuf v1.5.3 // indirect |
| 31 | + github.com/google/s2a-go v0.1.4 // indirect |
| 32 | + github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect |
| 33 | + github.com/googleapis/gax-go/v2 v2.11.0 // indirect |
32 | 34 | github.com/hashicorp/go-version v1.3.0 // indirect |
33 | 35 | github.com/hashicorp/hcl v1.0.0 // indirect |
34 | | - github.com/inconshreveable/mousetrap v1.0.0 // indirect |
35 | | - github.com/magiconair/properties v1.8.6 // indirect |
36 | | - github.com/mitchellh/copystructure v1.0.0 // indirect |
| 36 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| 37 | + github.com/magiconair/properties v1.8.7 // indirect |
| 38 | + github.com/mitchellh/copystructure v1.2.0 // indirect |
37 | 39 | github.com/mitchellh/mapstructure v1.5.0 // indirect |
38 | | - github.com/mitchellh/reflectwalk v1.0.0 // indirect |
39 | | - github.com/pelletier/go-toml v1.9.5 // indirect |
40 | | - github.com/pelletier/go-toml/v2 v2.0.1 // indirect |
| 40 | + github.com/mitchellh/reflectwalk v1.0.2 // indirect |
| 41 | + github.com/pelletier/go-toml/v2 v2.0.8 // indirect |
41 | 42 | github.com/pkg/errors v0.9.1 // indirect |
42 | 43 | github.com/pmezard/go-difflib v1.0.0 // indirect |
43 | 44 | github.com/shurcooL/githubv4 v0.0.0-20190718010115-4ba037080260 // indirect |
44 | 45 | github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect |
45 | | - github.com/sirupsen/logrus v1.8.1 // indirect |
46 | | - github.com/spf13/afero v1.8.2 // indirect |
47 | | - github.com/spf13/cast v1.5.0 // indirect |
| 46 | + github.com/sirupsen/logrus v1.9.3 // indirect |
| 47 | + github.com/spf13/afero v1.9.5 // indirect |
| 48 | + github.com/spf13/cast v1.5.1 // indirect |
48 | 49 | github.com/spf13/jwalterweatherman v1.1.0 // indirect |
49 | 50 | github.com/spf13/pflag v1.0.5 // indirect |
50 | | - github.com/stretchr/testify v1.8.0 // indirect |
51 | | - github.com/subosito/gotenv v1.3.0 // indirect |
52 | | - github.com/tidwall/gjson v1.12.1 // indirect |
| 51 | + github.com/stretchr/testify v1.8.4 // indirect |
| 52 | + github.com/subosito/gotenv v1.4.2 // indirect |
| 53 | + github.com/tidwall/gjson v1.14.2 // indirect |
53 | 54 | github.com/tidwall/match v1.1.1 // indirect |
54 | 55 | github.com/tidwall/pretty v1.2.0 // indirect |
55 | | - github.com/tidwall/sjson v1.2.4 // indirect |
56 | | - go.opencensus.io v0.23.0 // indirect |
57 | | - go.uber.org/atomic v1.7.0 // indirect |
58 | | - go.uber.org/multierr v1.6.0 // indirect |
59 | | - golang.org/x/net v0.7.0 // indirect |
60 | | - golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect |
61 | | - golang.org/x/sys v0.5.0 // indirect |
62 | | - golang.org/x/text v0.7.0 // indirect |
63 | | - google.golang.org/api v0.85.0 // indirect |
| 56 | + github.com/tidwall/sjson v1.2.5 // indirect |
| 57 | + go.opencensus.io v0.24.0 // indirect |
| 58 | + go.uber.org/multierr v1.10.0 // indirect |
| 59 | + golang.org/x/crypto v0.12.0 // indirect |
| 60 | + golang.org/x/net v0.14.0 // indirect |
| 61 | + golang.org/x/sync v0.2.0 // indirect |
| 62 | + golang.org/x/sys v0.11.0 // indirect |
| 63 | + golang.org/x/text v0.12.0 // indirect |
| 64 | + google.golang.org/api v0.126.0 // indirect |
64 | 65 | google.golang.org/appengine v1.6.7 // indirect |
65 | | - google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect |
66 | | - google.golang.org/grpc v1.47.0 // indirect |
67 | | - google.golang.org/protobuf v1.28.0 // indirect |
68 | | - gopkg.in/ini.v1 v1.66.4 // indirect |
| 66 | + google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect |
| 67 | + google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect |
| 68 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect |
| 69 | + google.golang.org/grpc v1.55.0 // indirect |
| 70 | + google.golang.org/protobuf v1.31.0 // indirect |
| 71 | + gopkg.in/ini.v1 v1.67.0 // indirect |
69 | 72 | gopkg.in/yaml.v2 v2.4.0 // indirect |
70 | 73 | gopkg.in/yaml.v3 v3.0.1 // indirect |
71 | | - k8s.io/apimachinery v0.23.3 // indirect |
| 74 | + k8s.io/apimachinery v0.27.3 // indirect |
72 | 75 | ) |
0 commit comments