Skip to content

Commit e83c0e8

Browse files
committed
chore: remove bootstrap replace directive from go.mod
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
1 parent 395985f commit e83c0e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/scss/_styles_project.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ a:not([href]):not([class]):hover {
647647
transform: translateX(0%) translateY(0%);
648648

649649
&:hover {
650-
color: "#EBC017";
650+
color: #EBC017;
651651
}
652652

653653
@media (max-width: 768px) {

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/layer5io/docs
22

33
go 1.23
44

5-
replace github.com/twbs/bootstrap => github.com/twbs/bootstrap v5.3.6+incompatible
6-
75
require (
86
github.com/google/docsy v0.14.3 // indirect
97
github.com/google/docsy/dependencies v0.7.2 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ github.com/google/docsy v0.14.3 h1:4uFgPWTPj4NT79IboVkXGi49LLQadLVfU4WNOfD/s74=
44
github.com/google/docsy v0.14.3/go.mod h1:1Fj1W1O3esZh7IBQ8XAYtxtg10udBXuGI89+LUQc1AU=
55
github.com/google/docsy/dependencies v0.7.2 h1:+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI=
66
github.com/google/docsy/dependencies v0.7.2/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
7+
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
78
github.com/twbs/bootstrap v5.3.6+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
9+
github.com/twbs/bootstrap v5.3.8+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 commit comments

Comments
 (0)