github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/go.mod (about)

     1  module github.com/minio/selfupdate
     2  
     3  go 1.14
     4  
     5  require (
     6  	aead.dev/minisign v0.2.0
     7  	golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b // indirect
     8  )