File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/spf13/cobra v1.8.0
1616 github.com/spf13/pflag v1.0.5
1717 github.com/stretchr/testify v1.9.0
18- go.etcd.io/bbolt v1.3.9
18+ go.etcd.io/bbolt v1.3.10
1919 golang.org/x/net v0.25.0
2020 google.golang.org/grpc v1.63.2
2121 google.golang.org/protobuf v1.34.1
Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ github.com/vladimirvivien/gexe v0.2.0/go.mod h1:LHQL00w/7gDUKIak24n801ABp8C+ni6e
161161github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
162162github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
163163github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
164- go.etcd.io/bbolt v1.3.9 h1:8x7aARPEXiXbHmtUwAIv7eV2fQFHrLLavdiJ3uzJXoI =
165- go.etcd.io/bbolt v1.3.9 /go.mod h1:zaO32+Ti0PK1ivdPtgMESzuzL2VPoIG1PCQNvOdo/dE =
164+ go.etcd.io/bbolt v1.3.10 h1:+BqfJTcCzTItrop8mq/lbzL8wSGtj94UO/3U31shqG0 =
165+ go.etcd.io/bbolt v1.3.10 /go.mod h1:bK3UQLPJZly7IlNmV7uVHJDxfe5aK9Ll93e/74Y9oEQ =
166166go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto =
167167go.uber.org/goleak v1.3.0 /go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE =
168168go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0 =
Original file line number Diff line number Diff line change 1+ # Netlify expects the configuration file in the repo's top level.
2+ # In our case, we use it only to redirect to the `website` directory which
3+ # holds the site and configuration.
4+ # See https://docs.netlify.com/configure-builds/file-based-configuration/
15[build ]
26 base = " website/"
37 publish = " public"
4- command = " hugo --gc --minify"
5-
6- [build .environment ]
7- HUGO_VERSION = " 0.120.4"
8- HUGO_ENABLEGITINFO = " true"
You can’t perform that action at this time.
0 commit comments