github.com/trim21/go-phpserialize@v0.0.22-0.20240301204449-2fca0319b3f0/go.mod (about)

     1  module github.com/trim21/go-phpserialize
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/fatih/color v1.16.0
     7  	github.com/sergi/go-diff v1.3.1
     8  	github.com/stretchr/testify v1.9.0
     9  	github.com/volatiletech/null/v9 v9.0.0
    10  )
    11  
    12  require (
    13  	github.com/davecgh/go-spew v1.1.1 // indirect
    14  	github.com/mattn/go-colorable v0.1.13 // indirect
    15  	github.com/mattn/go-isatty v0.0.20 // indirect
    16  	github.com/pmezard/go-difflib v1.0.0 // indirect
    17  	golang.org/x/sys v0.14.0 // indirect
    18  	gopkg.in/yaml.v3 v3.0.1 // indirect
    19  )