File: go.mod

package info (click to toggle)
golang-github-hashicorp-raft 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 920 kB
  • sloc: makefile: 41; sh: 9
file content (12 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/hashicorp/raft

go 1.16

retract v1.1.3 // Deleted original tag; module checksum may not be accurate.

require (
	github.com/armon/go-metrics v0.4.1
	github.com/hashicorp/go-hclog v1.5.0
	github.com/hashicorp/go-msgpack v0.5.5
	github.com/stretchr/testify v1.8.2
)