File: go.mod

package info (click to toggle)
golang-github-hashicorp-go-raftchunking 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: makefile: 6
file content (12 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/hashicorp/go-raftchunking

go 1.12

require (
	github.com/go-test/deep v1.0.2
	github.com/golang/protobuf v1.3.1
	github.com/hashicorp/errwrap v1.0.0
	github.com/hashicorp/raft v1.1.1
	github.com/kr/pretty v0.1.0
	github.com/mitchellh/copystructure v1.0.0
)