File: go.mod

package info (click to toggle)
golang-github-hashicorp-go-checkpoint 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: makefile: 3
file content (6 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
module github.com/hashicorp/go-checkpoint

require (
	github.com/hashicorp/go-cleanhttp v0.5.0
	github.com/hashicorp/go-uuid v1.0.0
)