Skip to content

Commit

Permalink
Merge pull request #23610 from karalabe/gomod-tify
Browse files Browse the repository at this point in the history
go.mod: fix module file to prevent go from updating it during build
  • Loading branch information
karalabe committed Sep 20, 2021
2 parents 86f3625 + 5b246af commit b1a5e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require (
github.com/google/uuid v1.1.5
github.com/gorilla/websocket v1.4.2
github.com/graph-gophers/graphql-go v0.0.0-20201113091052-beb923fada29
github.com/hashicorp/go-bexpr v0.1.10 // indirect
github.com/hashicorp/go-bexpr v0.1.10
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/holiman/bloomfilter/v2 v2.0.3
github.com/holiman/uint256 v1.2.0
Expand Down

0 comments on commit b1a5e4a

Please sign in to comment.