@@ -3,9 +3,11 @@ module github.com/cnoe-io/idpbuilder
3
3
go 1.20
4
4
5
5
require (
6
+ code.gitea.io/sdk/gitea v0.16.0
6
7
github.com/argoproj/argo-cd/v2 v2.8.3
7
8
github.com/docker/docker v24.0.6+incompatible
8
9
github.com/docker/go-connections v0.4.0
10
+ github.com/go-git/go-git/v5 v5.10.0
9
11
github.com/google/go-cmp v0.5.9
10
12
github.com/spf13/cobra v1.7.0
11
13
github.com/stretchr/testify v1.8.4
@@ -20,12 +22,13 @@ require (
20
22
require (
21
23
cloud.google.com/go/compute v1.19.1 // indirect
22
24
cloud.google.com/go/compute/metadata v0.2.3 // indirect
25
+ dario.cat/mergo v1.0.0 // indirect
23
26
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
24
27
github.com/BurntSushi/toml v1.0.0 // indirect
25
28
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
26
29
github.com/Masterminds/semver/v3 v3.2.1 // indirect
27
30
github.com/Microsoft/go-winio v0.6.1 // indirect
28
- github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903 // indirect
31
+ github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
29
32
github.com/acomagu/bufpipe v1.0.4 // indirect
30
33
github.com/alessio/shellescape v1.4.1 // indirect
31
34
github.com/argoproj/gitops-engine v0.7.1-0.20230607163028-425d65e07695 // indirect
@@ -38,7 +41,9 @@ require (
38
41
github.com/chai2010/gettext-go v0.0.0-20170215093142-bf70f2a70fb1 // indirect
39
42
github.com/cloudflare/circl v1.3.3 // indirect
40
43
github.com/containerd/containerd v1.7.5 // indirect
44
+ github.com/cyphar/filepath-securejoin v0.2.4 // indirect
41
45
github.com/davecgh/go-spew v1.1.1 // indirect
46
+ github.com/davidmz/go-pageant v1.0.2 // indirect
42
47
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
43
48
github.com/docker/distribution v2.8.2+incompatible // indirect
44
49
github.com/docker/go-units v0.5.0 // indirect
@@ -51,9 +56,9 @@ require (
51
56
github.com/fsnotify/fsnotify v1.6.0 // indirect
52
57
github.com/fvbommel/sortorder v1.0.1 // indirect
53
58
github.com/go-errors/errors v1.4.2 // indirect
59
+ github.com/go-fed/httpsig v1.1.0 // indirect
54
60
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
55
- github.com/go-git/go-billy/v5 v5.4.1 // indirect
56
- github.com/go-git/go-git/v5 v5.7.0 // indirect
61
+ github.com/go-git/go-billy/v5 v5.5.0 // indirect
57
62
github.com/go-logr/logr v1.2.4 // indirect
58
63
github.com/go-logr/zapr v1.2.0 // indirect
59
64
github.com/go-openapi/jsonpointer v0.19.5 // indirect
@@ -74,6 +79,7 @@ require (
74
79
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
75
80
github.com/google/uuid v1.3.0 // indirect
76
81
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
82
+ github.com/hashicorp/go-version v1.5.0 // indirect
77
83
github.com/imdario/mergo v0.3.16 // indirect
78
84
github.com/inconshreveable/mousetrap v1.1.0 // indirect
79
85
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -114,7 +120,7 @@ require (
114
120
github.com/russross/blackfriday v1.6.0 // indirect
115
121
github.com/sergi/go-diff v1.1.0 // indirect
116
122
github.com/sirupsen/logrus v1.9.3 // indirect
117
- github.com/skeema/knownhosts v1.1.1 // indirect
123
+ github.com/skeema/knownhosts v1.2.0 // indirect
118
124
github.com/spf13/pflag v1.0.5 // indirect
119
125
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
120
126
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
@@ -125,16 +131,16 @@ require (
125
131
go.uber.org/atomic v1.7.0 // indirect
126
132
go.uber.org/multierr v1.6.0 // indirect
127
133
go.uber.org/zap v1.19.1 // indirect
128
- golang.org/x/crypto v0.10 .0 // indirect
129
- golang.org/x/mod v0.9 .0 // indirect
130
- golang.org/x/net v0.11 .0 // indirect
134
+ golang.org/x/crypto v0.14 .0 // indirect
135
+ golang.org/x/mod v0.12 .0 // indirect
136
+ golang.org/x/net v0.17 .0 // indirect
131
137
golang.org/x/oauth2 v0.9.0 // indirect
132
138
golang.org/x/sync v0.3.0 // indirect
133
- golang.org/x/sys v0.9 .0 // indirect
134
- golang.org/x/term v0.9 .0 // indirect
135
- golang.org/x/text v0.10 .0 // indirect
139
+ golang.org/x/sys v0.13 .0 // indirect
140
+ golang.org/x/term v0.13 .0 // indirect
141
+ golang.org/x/text v0.13 .0 // indirect
136
142
golang.org/x/time v0.3.0 // indirect
137
- golang.org/x/tools v0.7 .0 // indirect
143
+ golang.org/x/tools v0.13 .0 // indirect
138
144
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
139
145
google.golang.org/appengine v1.6.7 // indirect
140
146
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
0 commit comments