github.com/tommi2day/gomodules/pwlib@v0.0.0-20230217211148-82cdbcf0a79d/go.mod (about)

     1  module github.com/tommi2day/gomodules/pwlib
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/Luzifer/go-openssl/v4 v4.1.0
     7  	github.com/sirupsen/logrus v1.9.0
     8  	github.com/stretchr/testify v1.8.1
     9  	github.com/tommi2day/gomodules/common v0.0.0-20230217182016-331647e65f4a
    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  	golang.org/x/crypto v0.1.0 // indirect
    16  	golang.org/x/sys v0.5.0 // indirect
    17  	gopkg.in/yaml.v3 v3.0.1 // indirect
    18  )