File: go.mod

package info (click to toggle)
golang-github-muesli-sasquatch 0.0~git20210519.30aff9d-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/muesli/sasquatch

go 1.14

require (
	github.com/mitchellh/go-homedir v1.1.0
	golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
)