File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ go 1.23.0
55toolchain go1.24.1
66
77require (
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-
2523require (
2624 github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
2725 github.com/cespare/xxhash/v2 v2.3.0 // indirect
You can’t perform that action at this time.
0 commit comments