File: go.mod

package info (click to toggle)
golang-github-minio-selfupdate 0.6.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/minio/selfupdate

go 1.14

require (
	aead.dev/minisign v0.2.0
	golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b // indirect
)