Skip to content

Commit efee6ac

Browse files
Copilotkarolz-ms
andauthored
Revert "Complete review comment fix"
This reverts commit 50397db. Co-authored-by: karolz-ms <15271049+karolz-ms@users.noreply.github.com>
1 parent 50397db commit efee6ac

52 files changed

Lines changed: 104 additions & 0 deletions

File tree

  • playground/GoAppHost
  • src/Aspire.Cli/Templating/Templates/go-starter
  • tests/PolyglotAppHosts
    • Aspire.Hosting.Azure.AppConfiguration/Go
    • Aspire.Hosting.Azure.AppContainers/Go
    • Aspire.Hosting.Azure.AppService/Go
    • Aspire.Hosting.Azure.ApplicationInsights/Go
    • Aspire.Hosting.Azure.CognitiveServices/Go
    • Aspire.Hosting.Azure.ContainerRegistry/Go
    • Aspire.Hosting.Azure.CosmosDB/Go
    • Aspire.Hosting.Azure.EventHubs/Go
    • Aspire.Hosting.Azure.Functions/Go
    • Aspire.Hosting.Azure.KeyVault/Go
    • Aspire.Hosting.Azure.Kusto/Go
    • Aspire.Hosting.Azure.Network/Go
    • Aspire.Hosting.Azure.OperationalInsights/Go
    • Aspire.Hosting.Azure.PostgreSQL/Go
    • Aspire.Hosting.Azure.Redis/Go
    • Aspire.Hosting.Azure.Search/Go
    • Aspire.Hosting.Azure.ServiceBus/Go
    • Aspire.Hosting.Azure.SignalR/Go
    • Aspire.Hosting.Azure.Sql/Go
    • Aspire.Hosting.Azure.Storage/Go
    • Aspire.Hosting.Azure.WebPubSub/Go
    • Aspire.Hosting.Azure/Go
    • Aspire.Hosting.DevTunnels/Go
    • Aspire.Hosting.Docker/Go
    • Aspire.Hosting.Foundry/Go
    • Aspire.Hosting.Garnet/Go
    • Aspire.Hosting.GitHub.Models/Go
    • Aspire.Hosting.Go/Go
    • Aspire.Hosting.JavaScript/Go
    • Aspire.Hosting.Kafka/Go
    • Aspire.Hosting.Keycloak/Go
    • Aspire.Hosting.Kubernetes/Go
    • Aspire.Hosting.Maui/Go
    • Aspire.Hosting.Milvus/Go
    • Aspire.Hosting.MongoDB/Go
    • Aspire.Hosting.MySql/Go
    • Aspire.Hosting.Nats/Go
    • Aspire.Hosting.OpenAI/Go
    • Aspire.Hosting.Oracle/Go
    • Aspire.Hosting.Orleans/Go
    • Aspire.Hosting.PostgreSQL/Go
    • Aspire.Hosting.Python/Go
    • Aspire.Hosting.Qdrant/Go
    • Aspire.Hosting.RabbitMQ/Go
    • Aspire.Hosting.Redis/Go
    • Aspire.Hosting.Seq/Go
    • Aspire.Hosting.SqlServer/Go
    • Aspire.Hosting.Valkey/Go
    • Aspire.Hosting.Yarp/Go
    • Aspire.Hosting/Go

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

playground/GoAppHost/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module apphost
22

33
go 1.26
44

5+
require apphost/modules/aspire v0.0.0
6+
57
replace apphost/modules/aspire => ./.modules

src/Aspire.Cli/Templating/Templates/go-starter/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module apphost
22

33
go 1.26
44

5+
require apphost/modules/aspire v0.0.0
6+
57
replace apphost/modules/aspire => ./.modules

tests/PolyglotAppHosts/Aspire.Hosting.Azure.AppConfiguration/Go/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module apphost
22

33
go 1.26
44

5+
require apphost/modules/aspire v0.0.0
6+
57
replace apphost/modules/aspire => ./.modules

tests/PolyglotAppHosts/Aspire.Hosting.Azure.AppContainers/Go/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module apphost
22

33
go 1.26
44

5+
require apphost/modules/aspire v0.0.0
6+
57
replace apphost/modules/aspire => ./.modules

tests/PolyglotAppHosts/Aspire.Hosting.Azure.AppService/Go/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module apphost
22

33
go 1.26
44

5+
require apphost/modules/aspire v0.0.0
6+
57
replace apphost/modules/aspire => ./.modules

tests/PolyglotAppHosts/Aspire.Hosting.Azure.ApplicationInsights/Go/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module apphost
22

33
go 1.26
44

5+
require apphost/modules/aspire v0.0.0
6+
57
replace apphost/modules/aspire => ./.modules

tests/PolyglotAppHosts/Aspire.Hosting.Azure.CognitiveServices/Go/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module apphost
22

33
go 1.26
44

5+
require apphost/modules/aspire v0.0.0
6+
57
replace apphost/modules/aspire => ./.modules

tests/PolyglotAppHosts/Aspire.Hosting.Azure.ContainerRegistry/Go/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module apphost
22

33
go 1.26
44

5+
require apphost/modules/aspire v0.0.0
6+
57
replace apphost/modules/aspire => ./.modules

tests/PolyglotAppHosts/Aspire.Hosting.Azure.CosmosDB/Go/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module apphost
22

33
go 1.26
44

5+
require apphost/modules/aspire v0.0.0
6+
57
replace apphost/modules/aspire => ./.modules

tests/PolyglotAppHosts/Aspire.Hosting.Azure.EventHubs/Go/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module apphost
22

33
go 1.26
44

5+
require apphost/modules/aspire v0.0.0
6+
57
replace apphost/modules/aspire => ./.modules

0 commit comments

Comments
 (0)