github.com/creachadair/vocab@v0.0.4-0.20190826174139-2654f99cba48/go.mod (about)

     1  module github.com/creachadair/vocab
     2  
     3  go 1.12
     4  
     5  require (
     6  	bitbucket.org/creachadair/shell v0.0.6
     7  	bitbucket.org/creachadair/stringset v0.0.8
     8  	golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
     9  )