Added my new partial
continuous-integration/drone/push Build is failing Details

main
Nick Dumas 2 years ago
parent 8ec47566e3
commit 89de43b1db

@ -7,4 +7,6 @@ title = 'Hugo Playground'
# replacements = "github.com/panr/hugo-theme-terminal -> themes/terminal" # replacements = "github.com/panr/hugo-theme-terminal -> themes/terminal"
[[module.imports]] [[module.imports]]
path = 'github.com/panr/hugo-theme-terminal/v3' path = 'github.com/panr/hugo-theme-terminal/v3'
[[module.imports]]
path = 'github.com/therealfakemoot/hugo-webring-partial'

@ -2,4 +2,6 @@ module code.ndumas.com/ndumas/hugo-demo
go 1.19 go 1.19
require github.com/therealfakemoot/hugo-webring-partial v0.0.0-20230523023210-003f8e9a48e2
require github.com/panr/hugo-theme-terminal/v3 v3.1.2 // indirect require github.com/panr/hugo-theme-terminal/v3 v3.1.2 // indirect

@ -1,2 +1,6 @@
github.com/panr/hugo-theme-terminal/v3 v3.1.2 h1:DZXzAabj8zG/9k6kSE9uQLtJUoPGA5KiSeiBbni3oHM= github.com/panr/hugo-theme-terminal/v3 v3.1.2 h1:DZXzAabj8zG/9k6kSE9uQLtJUoPGA5KiSeiBbni3oHM=
github.com/panr/hugo-theme-terminal/v3 v3.1.2/go.mod h1:Cs+1ub6qhz/G43ohdRSR1U2qNqGLO9h0qgTG4Jq9Wo4= github.com/panr/hugo-theme-terminal/v3 v3.1.2/go.mod h1:Cs+1ub6qhz/G43ohdRSR1U2qNqGLO9h0qgTG4Jq9Wo4=
github.com/therealfakemoot/hugo-webring-partial v0.0.0-20230522224205-c55a524847df h1:Z6Mtom4M8xGO9MZifSz51pOZgPnQnZkJgc/TId8atrk=
github.com/therealfakemoot/hugo-webring-partial v0.0.0-20230522224205-c55a524847df/go.mod h1:Vt70hBSwM4/bzcQZgPzYou4clM8u0P6pbvOOE9dG7K8=
github.com/therealfakemoot/hugo-webring-partial v0.0.0-20230523023210-003f8e9a48e2 h1:6FSlCLhd1cjcoMm6vy76AJNbI5VpNmq3UA8c3l5mv6M=
github.com/therealfakemoot/hugo-webring-partial v0.0.0-20230523023210-003f8e9a48e2/go.mod h1:Vt70hBSwM4/bzcQZgPzYou4clM8u0P6pbvOOE9dG7K8=

Loading…
Cancel
Save