diff --git a/config.yaml b/config.yaml index 3809616..6528417 100644 --- a/config.yaml +++ b/config.yaml @@ -1,3 +1,3 @@ module: imports: - - path: github.com/CaiJimmy/hugo-theme-stack \ No newline at end of file + - path: github.com/CaiJimmy/hugo-theme-stack/v3 \ No newline at end of file diff --git a/go.mod b/go.mod index eaf6144..698636e 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/CaiJimmy/hugo-theme-stack-starter go 1.17 -require github.com/CaiJimmy/hugo-theme-stack v3.3.0+incompatible // indirect +require github.com/CaiJimmy/hugo-theme-stack/v3 v3.9.1 // indirect diff --git a/go.sum b/go.sum index ddfd39a..dfb447f 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/CaiJimmy/hugo-theme-stack v3.3.0+incompatible h1:9LKR5hOfIBZaUjuNFgg+76UiKJAPuu9F6NYWmdMqxvM= -github.com/CaiJimmy/hugo-theme-stack v3.3.0+incompatible/go.mod h1:Tacngkxf7u2kfufDzxoX7yqktykqc/Vi1LwJOHGE6Nw= +github.com/CaiJimmy/hugo-theme-stack/v3 v3.9.1 h1:gqqXB3ryglkP+tkJ4ROKG7KrOwMGK6nMMOnu93UiGo4= +github.com/CaiJimmy/hugo-theme-stack/v3 v3.9.1/go.mod h1:IPmCXiIxlFSLFYS0tOmYP6ySLviyeNVSabyvSuaxD+I=