File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module lcs
2
2
3
3
go 1.21
4
4
5
- toolchain go1.22.3
6
-
7
5
require (
8
6
github.com/pulumi/pulumi/sdk/v3 v3.120.0
9
7
github.com/stretchr/testify v1.9.0
@@ -38,7 +36,7 @@ require (
38
36
github.com/go-git/go-billy/v5 v5.5.0 // indirect
39
37
github.com/go-git/go-git/v5 v5.12.0 // indirect
40
38
github.com/gogo/protobuf v1.3.2 // indirect
41
- github.com/golang/glog v1.2.1 // indirect
39
+ github.com/golang/glog v1.2.4 // indirect
42
40
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
43
41
github.com/google/uuid v1.6.0 // indirect
44
42
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ github.com/go-git/go-git/v5 v5.12.0/go.mod h1:FTM9VKtnI2m65hNI/TenDDDnUf2Q9FHnXY
76
76
github.com/gogo/protobuf v1.3.1 /go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o =
77
77
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
78
78
github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
79
- github.com/golang/glog v1.2.1 h1:OptwRhECazUx5ix5TTWC3EZhsZEHWcYWY4FQHTIubm4 =
80
- github.com/golang/glog v1.2.1 /go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w =
79
+ github.com/golang/glog v1.2.4 h1:CNNw5U8lSiiBk7druxtSHHTsRWcxKoac6kZKm2peBBc =
80
+ github.com/golang/glog v1.2.4 /go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w =
81
81
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE =
82
82
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
83
83
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
You can’t perform that action at this time.
0 commit comments