File: go.mod

package info (click to toggle)
golang-github-viccon-sturdyc 1.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 524 kB
  • sloc: makefile: 31
file content (7 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
module github.com/viccon/sturdyc

go 1.22

require github.com/google/go-cmp v0.6.0

require github.com/cespare/xxhash/v2 v2.3.0