github.com/hrntknr/ntf@v1.0.2-0.20220725163249-d52a7861d93d/go.mod (about)

     1  module github.com/hrntknr/ntf
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/adrg/xdg v0.4.0
     7  	github.com/go-playground/validator/v10 v10.11.0
     8  	github.com/mitchellh/mapstructure v1.5.0
     9  	github.com/spf13/cobra v1.5.0
    10  	github.com/spf13/pflag v1.0.5
    11  	gopkg.in/yaml.v2 v2.4.0
    12  )
    13  
    14  require (
    15  	github.com/go-playground/locales v0.14.0 // indirect
    16  	github.com/go-playground/universal-translator v0.18.0 // indirect
    17  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
    18  	github.com/leodido/go-urn v1.2.1 // indirect
    19  	golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
    20  	golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
    21  	golang.org/x/text v0.3.7 // indirect
    22  )