Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2022-09-12 19:07:44 +0300
committerGitHub <noreply@github.com>2022-09-12 19:07:44 +0300
commit64883607d575921291ec09485dde77e61698d828 (patch)
tree7ebed914f832bd0c4757db303029fbd3b95d9403
parent5a909a9ea938d25db3b6290b90860978bf14f0ba (diff)
Module setup: update docsy/dependencies to tip of main (#1229)
Co-authored-by: LisaFC <lcarey@google.com>
-rw-r--r--go.mod2
-rw-r--r--go.sum2
2 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 136e596..a92e03b 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,6 @@ go 1.12
require (
github.com/FortAwesome/Font-Awesome v0.0.0-20210804190922-7d3d774145ac // indirect
- github.com/google/docsy/dependencies v0.4.0 // indirect
+ github.com/google/docsy/dependencies v0.4.1-0.20220905171817-ae8b8117ed16 // indirect
github.com/twbs/bootstrap v4.6.1+incompatible // indirect
)
diff --git a/go.sum b/go.sum
index 7b9a0c9..8032032 100644
--- a/go.sum
+++ b/go.sum
@@ -1,4 +1,6 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20210804190922-7d3d774145ac h1:AjwgwoaDsNEA1Wtc8pgw/BqG7SEk9bKxXPjEPQQ42vY=
github.com/FortAwesome/Font-Awesome v0.0.0-20210804190922-7d3d774145ac/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
+github.com/google/docsy/dependencies v0.4.1-0.20220905171817-ae8b8117ed16 h1:6Ju+wn/ReUk9qmvKU68JlYhnWe48Tq+2HZ4vyeSpNMk=
+github.com/google/docsy/dependencies v0.4.1-0.20220905171817-ae8b8117ed16/go.mod h1:2zZxHF+2qvkyXhLZtsbnqMotxMukJXLaf8fAZER48oo=
github.com/twbs/bootstrap v4.6.1+incompatible h1:75PsBfPU1SS65ag0Z3Cq6JNXVAfUNfB0oCLHh9k9Fu8=
github.com/twbs/bootstrap v4.6.1+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=