We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d1726 commit 245d81bCopy full SHA for 245d81b
go.mod
@@ -1,3 +1,5 @@
1
module github.com/benbjohnson/immutable
2
3
go 1.18
4
+
5
+require golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf // indirect
go.sum
@@ -0,0 +1,2 @@
+golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf h1:oXVg4h2qJDd9htKxb5SCpFBHLipW6hXmL3qpUixS2jw=
+golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf/go.mod h1:yh0Ynu2b5ZUe3MQfp2nM0ecK7wsgouWTDN0FNeJuIys=
0 commit comments