From a6ab71a102e91e4ffc7dea3918334c6551eee9f1 Mon Sep 17 00:00:00 2001 From: Wes Date: Tue, 20 Feb 2024 10:10:58 -0700 Subject: [PATCH] fix: workspace file had old boutique example (#958) - added frontend --------- Co-authored-by: github-actions[bot] --- FTL.code-workspace | 8 ++++---- examples/go/echo/go.mod | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/FTL.code-workspace b/FTL.code-workspace index 8761c384b1..426c00f316 100644 --- a/FTL.code-workspace +++ b/FTL.code-workspace @@ -6,9 +6,6 @@ { "path": "kotlin-runtime" }, - { - "path": "examples/online-boutique" - }, { "path": "examples/go/echo", "name": "examples/go/echo" @@ -24,6 +21,9 @@ { "path": "backend" }, + { + "path": "frontend" + }, { "path": "cmd/ftl", "name": "CLI" @@ -48,4 +48,4 @@ "**/*.zip": true, } } -} \ No newline at end of file +} diff --git a/examples/go/echo/go.mod b/examples/go/echo/go.mod index be2025ac15..825474c6b5 100644 --- a/examples/go/echo/go.mod +++ b/examples/go/echo/go.mod @@ -12,7 +12,6 @@ require ( connectrpc.com/otelconnect v0.7.0 // indirect github.com/alecthomas/concurrency v0.0.2 // indirect github.com/alecthomas/participle/v2 v2.1.1 // indirect - github.com/alecthomas/repr v0.4.0 // indirect github.com/alecthomas/types v0.10.1 // indirect github.com/alessio/shellescape v1.4.2 // indirect github.com/danieljoos/wincred v1.2.0 // indirect