Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/go.mod')
-rw-r--r--deps/go.mod12
1 files changed, 9 insertions, 3 deletions
diff --git a/deps/go.mod b/deps/go.mod
index ccdfbe82..9b60f067 100644
--- a/deps/go.mod
+++ b/deps/go.mod
@@ -2,24 +2,30 @@ module theme
go 1.18
-require github.com/gohugoio/hugo v0.98.0
+require github.com/gohugoio/hugo v0.99.0
require (
github.com/armon/go-radix v1.0.0 // indirect
+ github.com/bep/clock v0.3.0 // indirect
+ github.com/bep/godartsass v0.14.0 // indirect
+ github.com/bep/golibsass v1.1.0 // indirect
github.com/bep/overlayfs v0.6.0 // indirect
github.com/clbanning/mxj/v2 v2.5.5 // indirect
+ github.com/cli/safeexec v1.0.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
+ github.com/gohugoio/locales v0.14.0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/niklasfasching/go-org v1.6.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.0-beta.7.0.20220408132554-2377ac4bc04c // indirect
- github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/afero v1.8.2 // indirect
- github.com/spf13/cast v1.4.1 // indirect
+ github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
+ github.com/tdewolff/parse/v2 v2.5.29 // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
golang.org/x/text v0.3.7 // indirect
+ google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect