File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildGoModule {
7
7
pname = "defang-cli" ;
8
8
version = "git" ;
9
9
src = ../../src ;
10
- vendorHash = "sha256-+tvPdYAtGhpiXs6YGseCYrAzxIWgwGpnABxLXqYZp2k =" ; # TODO: use fetchFromGitHub
10
+ vendorHash = "sha256-g8for7OBYwgOlEl6iB4Bkc71WL5OYzhBbU9WFf6fwqo =" ; # TODO: use fetchFromGitHub
11
11
12
12
subPackages = [ "cmd/cli" ] ;
13
13
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ require (
84
84
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
85
85
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
86
86
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
87
- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
87
+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
88
88
github.com/google/go-querystring v1.1.0 // indirect
89
89
github.com/google/s2a-go v0.1.9 // indirect
90
90
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
162
162
github.com/go-logr/stdr v1.2.2 /go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE =
163
163
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI =
164
164
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 /go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls =
165
- github.com/go-viper/mapstructure/v2 v2.3 .0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
166
- github.com/go-viper/mapstructure/v2 v2.3 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
165
+ github.com/go-viper/mapstructure/v2 v2.4 .0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs =
166
+ github.com/go-viper/mapstructure/v2 v2.4 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
167
167
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
168
168
github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
169
169
github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8 =
You can’t perform that action at this time.
0 commit comments