Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
fluhus committed Jun 13, 2024
1 parent 23c6816 commit 306a000
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ go 1.22

require (
github.com/fluhus/gostuff v0.4.0
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
github.com/spaolacci/murmur3 v1.1.0
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
)
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
github.com/fluhus/gostuff v0.4.0 h1:uFzP7Uw2QAUBybd6hh7c7gLhaYrVftZw0iQkorZnWXA=
github.com/fluhus/gostuff v0.4.0/go.mod h1:vR4cGqPneT1ztSCl8PM1yIqzPJpT54wckwPAxfMs3e0=
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa h1:FRnLl4eNAQl8hwxVVC17teOw8kdjVDVAiFMtgUdTSRQ=
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa/go.mod h1:zk2irFbV9DP96SEBUUAy67IdHUaZuSnrz1n472HUCLE=
github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=
github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 h1:LoYXNGAShUG3m/ehNk4iFctuhGX/+R1ZpfJ4/ia80JM=
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8/go.mod h1:jj3sYF3dwk5D+ghuXyeI3r5MFf+NT2An6/9dOA95KSI=

0 comments on commit 306a000

Please sign in to comment.