Skip to content

Commit b1a5e4a

Browse files
authored
Merge pull request #23610 from karalabe/gomod-tify
go.mod: fix module file to prevent go from updating it during build
2 parents 86f3625 + 5b246af commit b1a5e4a

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
@@ -35,7 +35,7 @@ require (
3535
github.com/google/uuid v1.1.5
3636
github.com/gorilla/websocket v1.4.2
3737
github.com/graph-gophers/graphql-go v0.0.0-20201113091052-beb923fada29
38-
github.com/hashicorp/go-bexpr v0.1.10 // indirect
38+
github.com/hashicorp/go-bexpr v0.1.10
3939
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
4040
github.com/holiman/bloomfilter/v2 v2.0.3
4141
github.com/holiman/uint256 v1.2.0

0 commit comments

Comments
 (0)