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:
authorGeri Ochoa <gerino@google.com>2022-10-07 01:24:29 +0300
committerGeri Ochoa <gerino@protonmail.com>2022-10-07 01:27:00 +0300
commit646ef44abf9fa00a2112efac2e835dd270c54073 (patch)
treeb61117d5f8fed868f6eedbbca0f2aef82505bdfe
parent0c183ef752905c915cbc635675839e513b52b429 (diff)
Release v0.5.0 prep, fix module dependencyv0.5.0dependencies/v0.5.0
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2b45814..bdcba27 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.5.0-0.20220905171817-ae8b8117ed16 // indirect
+ github.com/google/docsy/dependencies v0.5.0 // indirect
github.com/twbs/bootstrap v4.6.1+incompatible // indirect
)