github.com/oalders/ppath@v0.1.1/go.mod (about)

     1  module github.com/oalders/ppath
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/mattn/go-zglob v0.0.3
     7  	github.com/pelletier/go-toml/v2 v2.0.5
     8  	github.com/pkg/errors v0.9.1
     9  	github.com/stretchr/testify v1.8.0
    10  )
    11  
    12  require (
    13  	github.com/davecgh/go-spew v1.1.1 // indirect
    14  	github.com/pmezard/go-difflib v1.0.0 // indirect
    15  	gopkg.in/yaml.v3 v3.0.1 // indirect
    16  )