From c127a45a3c9dd21ad1ba3fd6be4197a0567ad0a5 Mon Sep 17 00:00:00 2001 From: Sally McGrath Date: Wed, 22 May 2024 10:44:28 +0100 Subject: [PATCH] get all the fixes I just merged to main --- website/go.mod | 2 +- website/go.sum | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/website/go.mod b/website/go.mod index f2f80611c..1401d3652 100644 --- a/website/go.mod +++ b/website/go.mod @@ -2,4 +2,4 @@ module github.com/CodeYourFuture/immersive-go-course/website go 1.21.3 -require github.com/CodeYourFuture/curriculum/common-theme v0.0.0-20240424073850-0d22b2d83d60 // indirect +require github.com/CodeYourFuture/curriculum/common-theme v0.0.0-20240521184130-68870fef9c73 // indirect diff --git a/website/go.sum b/website/go.sum index a0ca28324..576dedde7 100644 --- a/website/go.sum +++ b/website/go.sum @@ -1,2 +1,6 @@ github.com/CodeYourFuture/curriculum/common-theme v0.0.0-20240424073850-0d22b2d83d60 h1:0RxKrWERKxpNkLL8Uecn+gpGmf5MXHDPZuaV8YjdbgA= github.com/CodeYourFuture/curriculum/common-theme v0.0.0-20240424073850-0d22b2d83d60/go.mod h1:kzt+J4JYp5C3GD1dX0rf7vY5fsTUc6Drrn+7p7pjmLg= +github.com/CodeYourFuture/curriculum/common-theme v0.0.0-20240508121908-014621814ee3 h1:6W3kWnpl13pu7IwiD8pUtkPnYaOP7FjAahPidUt0Vm4= +github.com/CodeYourFuture/curriculum/common-theme v0.0.0-20240508121908-014621814ee3/go.mod h1:kzt+J4JYp5C3GD1dX0rf7vY5fsTUc6Drrn+7p7pjmLg= +github.com/CodeYourFuture/curriculum/common-theme v0.0.0-20240521184130-68870fef9c73 h1:g6TqJIjnmOR9bHIoi9dzRbK46Rx2f7XQMqUk99HMgjE= +github.com/CodeYourFuture/curriculum/common-theme v0.0.0-20240521184130-68870fef9c73/go.mod h1:kzt+J4JYp5C3GD1dX0rf7vY5fsTUc6Drrn+7p7pjmLg=