diff options
author | Alan Pearce | 2024-05-11 20:20:00 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-11 20:20:00 +0200 |
commit | a178232d9a9e54821f1f0a72d3971305c1609e33 (patch) | |
tree | 64b4d55819249be1001078e4ca9b4e56ae89cde8 /go.mod | |
parent | d63472143cec6800967781e8e307d851dfda3af5 (diff) | |
download | website-a178232d9a9e54821f1f0a72d3971305c1609e33.tar.lz website-a178232d9a9e54821f1f0a72d3971305c1609e33.tar.zst website-a178232d9a9e54821f1f0a72d3971305c1609e33.zip |
update inputs
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/go.mod b/go.mod index 4e8682e..4887a56 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22.1 require ( github.com/BurntSushi/toml v1.3.2 - github.com/PuerkitoBio/goquery v1.9.1 + github.com/PuerkitoBio/goquery v1.9.2 github.com/a-h/htmlformat v0.0.0-20231108124658-5bd994fe268e github.com/adrg/frontmatter v0.2.0 github.com/antage/eventsource v0.0.0-20220422142129-c4aae935d5bd @@ -15,12 +15,12 @@ require ( github.com/deckarep/golang-set/v2 v2.6.0 github.com/fatih/structtag v1.2.0 github.com/getsentry/sentry-go v0.27.0 - github.com/gohugoio/hugo v0.125.4 + github.com/gohugoio/hugo v0.125.7 github.com/otiai10/copy v1.14.0 github.com/pkg/errors v0.9.1 - github.com/shengyanli1982/law v0.1.13 + github.com/shengyanli1982/law v0.1.15 github.com/yuin/goldmark v1.7.1 - golang.org/x/net v0.24.0 + golang.org/x/net v0.25.0 ) replace github.com/a-h/htmlformat => github.com/alanpearce/htmlformat v0.0.0-20240425000139-1244374b2562 @@ -36,14 +36,14 @@ require ( github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mitchellh/hashstructure v1.1.0 // indirect - github.com/pelletier/go-toml/v2 v2.2.1 // indirect + github.com/pelletier/go-toml/v2 v2.2.2 // indirect github.com/spf13/afero v1.11.0 // indirect github.com/spf13/cast v1.6.0 // indirect - github.com/tdewolff/parse/v2 v2.7.13 // indirect + github.com/tdewolff/parse/v2 v2.7.14 // indirect golang.org/x/sync v0.7.0 // indirect - golang.org/x/sys v0.19.0 // indirect - golang.org/x/text v0.14.0 // indirect - google.golang.org/protobuf v1.33.0 // indirect + golang.org/x/sys v0.20.0 // indirect + golang.org/x/text v0.15.0 // indirect + google.golang.org/protobuf v1.34.1 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |