github.com/driusan/dgit@v0.0.0-20221118233547-f39f0c15edbb/go.mod (about)

     1  module github.com/driusan/dgit
     2  
     3  go 1.14
     4  
     5  require (
     6  	9fans.net/go v0.0.0-20180727211846-5d4fa602e1e8 // indirect
     7  	github.com/Plan9-Archive/libauth v0.0.0-20180917063427-d1ca9e94969d
     8  	github.com/hashicorp/golang-lru v0.5.4
     9  	golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b
    10  	golang.org/x/sys v0.0.0-20180926160741-c2ed4eda69e7 // indirect
    11  )