We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2065068 commit 9f53ac5Copy full SHA for 9f53ac5
1 file changed
go.mod
@@ -5,6 +5,7 @@ go 1.26.2
5
require (
6
github.com/ProtonMail/go-crypto v1.4.1
7
github.com/ProtonMail/gopenpgp/v2 v2.10.0
8
+ github.com/bmatcuk/doublestar/v4 v4.0.2
9
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
10
github.com/dustin/go-humanize v1.0.1
11
github.com/flosch/pongo2/v6 v6.1.0
@@ -80,7 +81,6 @@ require (
80
81
github.com/aws/smithy-go v1.24.2 // indirect
82
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
83
github.com/blang/semver v3.5.1+incompatible // indirect
- github.com/bmatcuk/doublestar/v4 v4.0.2 // indirect
84
github.com/bytedance/gopkg v0.1.4 // indirect
85
github.com/bytedance/sonic v1.15.1 // indirect
86
github.com/bytedance/sonic/loader v0.5.1 // indirect
0 commit comments