File: go.mod

package info (click to toggle)
golang-github-seiflotfy-cuckoofilter 0.0~git20201222.bc60055-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
module github.com/seiflotfy/cuckoofilter

go 1.15

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165
	github.com/stretchr/testify v1.6.1
	gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
)