File tree Expand file tree Collapse file tree 10 files changed +1232
-21
lines changed
Expand file tree Collapse file tree 10 files changed +1232
-21
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ require (
1010)
1111
1212require (
13+ cloud.google.com/go/compute/metadata v0.9.0 // indirect
1314 github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
1415 github.com/BurntSushi/toml v1.6.0 // indirect
1516 github.com/CrisisTextLine/modular/modules/auth v0.4.0 // indirect
Original file line number Diff line number Diff line change 1+ cloud.google.com/go/compute/metadata v0.9.0 h1:pDUj4QMoPejqq20dK0Pg2N4yG9zIkYGdBtwLoEkH9Zs =
2+ cloud.google.com/go/compute/metadata v0.9.0 /go.mod h1:E0bWwX5wTnLPedCKqk3pJmVgCBSM6qQI1yTBdEb3C10 =
13github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c h1:udKWzYgxTojEKWjV8V+WSxDXJ4NFATAsZjh8iIbsQIg =
24github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c /go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E =
35github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk =
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ require (
5252)
5353
5454require (
55+ cloud.google.com/go/compute/metadata v0.9.0 // indirect
5556 github.com/BurntSushi/toml v1.6.0 // indirect
5657 github.com/DataDog/datadog-go/v5 v5.4.0 // indirect
5758 github.com/Microsoft/go-winio v0.5.0 // indirect
Original file line number Diff line number Diff line change 1+ cloud.google.com/go/compute/metadata v0.9.0 h1:pDUj4QMoPejqq20dK0Pg2N4yG9zIkYGdBtwLoEkH9Zs =
2+ cloud.google.com/go/compute/metadata v0.9.0 /go.mod h1:E0bWwX5wTnLPedCKqk3pJmVgCBSM6qQI1yTBdEb3C10 =
13github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c h1:udKWzYgxTojEKWjV8V+WSxDXJ4NFATAsZjh8iIbsQIg =
24github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c /go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E =
35github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk =
You can’t perform that action at this time.
0 commit comments