diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -51,7 +51,7 @@ require ( github.com/miekg/dns v1.1.68 github.com/minio/minio-go/v7 v7.0.97 github.com/mitchellh/mapstructure v1.5.0 - github.com/ncruces/go-sqlite3 v0.30.0 + github.com/ncruces/go-sqlite3 v0.30.1 github.com/oklog/ulid v1.3.1 github.com/pquerna/otp v1.5.0 github.com/rivo/uniseg v0.4.7 @@ -62,7 +62,7 @@ require ( github.com/stretchr/testify v1.11.1 github.com/tdewolff/minify/v2 v2.24.6 github.com/temoto/robotstxt v1.1.2 - github.com/tetratelabs/wazero v1.9.0 + github.com/tetratelabs/wazero v1.10.0 github.com/tomnomnom/linkheader v0.0.0-20250811210735-e5fe3b51442e github.com/ulule/limiter/v3 v3.11.2 github.com/uptrace/bun v1.2.15 @@ -83,7 +83,7 @@ require ( golang.org/x/image v0.32.0 golang.org/x/net v0.46.0 golang.org/x/oauth2 v0.32.0 - golang.org/x/sys v0.37.0 + golang.org/x/sys v0.38.0 golang.org/x/text v0.30.0 gopkg.in/mcuadros/go-syslog.v2 v2.3.0 gopkg.in/yaml.v3 v3.0.1 |
