mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
update to latest hugo, obtain hugo using go instead of docker
This commit is contained in:
13
site/tools.go
Normal file
13
site/tools.go
Normal file
@@ -0,0 +1,13 @@
|
||||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
/*
|
||||
Package site is used to track binary dependencies with go modules
|
||||
https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
|
||||
Namely: hugo
|
||||
*/
|
||||
package site
|
||||
|
||||
import (
|
||||
_ "github.com/gohugoio/hugo"
|
||||
)
|
||||
Reference in New Issue
Block a user