Skip to content

Commit 223513c

Browse files
committed
fix: merge
1 parent 2e7f386 commit 223513c

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

go.mod

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,6 @@ require (
117117
github.com/xdg-go/stringprep v1.0.4 // indirect
118118
github.com/xlab/treeprint v1.1.0 // indirect
119119
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
120-
<<<<<<< HEAD
121-
go.uber.org/atomic v1.9.0 // indirect
122-
go.uber.org/multierr v1.8.0 // indirect
123-
go.uber.org/zap v1.24.0 // indirect
124-
golang.org/x/crypto v0.20.0 // indirect
125-
golang.org/x/net v0.21.0 // indirect
126-
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
127-
golang.org/x/sync v0.1.0 // indirect
128-
golang.org/x/sys v0.17.0 // indirect
129-
golang.org/x/term v0.17.0 // indirect
130-
=======
131120
github.com/yusufpapurcu/wmi v1.2.3 // indirect
132121
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
133122
go.opentelemetry.io/otel v1.24.0 // indirect
@@ -136,22 +125,21 @@ require (
136125
go.starlark.net v0.0.0-20221028183056-acb66ad56dd2 // indirect
137126
go.uber.org/multierr v1.10.0 // indirect
138127
go.uber.org/zap v1.25.0 // indirect
139-
golang.org/x/crypto v0.18.0 // indirect
128+
golang.org/x/crypto v0.20.0 // indirect
140129
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
141130
golang.org/x/mod v0.16.0 // indirect
142-
golang.org/x/net v0.20.0 // indirect
143-
golang.org/x/oauth2 v0.16.0 // indirect
131+
golang.org/x/net v0.21.0 // indirect
132+
golang.org/x/oauth2 v0.10.0 // indirect
144133
golang.org/x/sync v0.6.0 // indirect
145-
golang.org/x/sys v0.16.0 // indirect
146-
golang.org/x/term v0.16.0 // indirect
147-
>>>>>>> 2316169 (fix: alignements)
134+
golang.org/x/sys v0.17.0 // indirect
135+
golang.org/x/term v0.17.0 // indirect
148136
golang.org/x/text v0.14.0 // indirect
149137
golang.org/x/time v0.3.0 // indirect
150138
golang.org/x/tools v0.17.0 // indirect
151139
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
152-
google.golang.org/appengine v1.6.8 // indirect
153-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
154-
google.golang.org/grpc v1.62.1 // indirect
140+
google.golang.org/appengine v1.6.7 // indirect
141+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
142+
google.golang.org/grpc v1.58.3 // indirect
155143
google.golang.org/protobuf v1.33.0 // indirect
156144
gopkg.in/inf.v0 v0.9.1 // indirect
157145
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)