Skip to content

Commit 65e32d4

Browse files
authored
go.mod: clean up indirection (#29553)
1 parent 72f6936 commit 65e32d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ require (
4848
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267
4949
github.com/julienschmidt/httprouter v1.3.0
5050
github.com/karalabe/hid v1.0.1-0.20240306101548-573246063e52
51+
github.com/kilic/bls12-381 v0.1.0
5152
github.com/kylelemons/godebug v1.1.0
5253
github.com/mattn/go-colorable v0.1.13
5354
github.com/mattn/go-isatty v0.0.17
@@ -114,7 +115,6 @@ require (
114115
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
115116
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
116117
github.com/jmespath/go-jmespath v0.4.0 // indirect
117-
github.com/kilic/bls12-381 v0.1.0 // indirect
118118
github.com/klauspost/compress v1.15.15 // indirect
119119
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
120120
github.com/kr/pretty v0.3.1 // indirect

0 commit comments

Comments
 (0)