Skip to content

Commit cc2d381

Browse files
committed
go mod tidy
1 parent 9060e20 commit cc2d381

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.23.0
55
toolchain go1.24.1
66

77
require (
8+
github.com/Snawoot/uniqueslice v0.1.1
89
github.com/coreos/go-systemd/v22 v22.5.0
910
github.com/dop251/goja v0.0.0-20250309171923-bcd7cc6bf64c
1011
github.com/hashicorp/go-multierror v1.1.1
@@ -14,14 +15,11 @@ require (
1415
github.com/tg123/go-htpasswd v1.2.3
1516
github.com/zeebo/xxh3 v1.0.2
1617
golang.org/x/crypto v0.37.0
18+
golang.org/x/crypto/x509roots/fallback v0.0.0-20250406160420-959f8f3db0fb
1719
golang.org/x/net v0.39.0
1820
golang.org/x/time v0.11.0
1921
)
2022

21-
require golang.org/x/crypto/x509roots/fallback v0.0.0-20250406160420-959f8f3db0fb
22-
23-
require github.com/Snawoot/uniqueslice v0.1.1
24-
2523
require (
2624
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
2725
github.com/cespare/xxhash/v2 v2.3.0 // indirect

0 commit comments

Comments
 (0)