github.com/purpleclay/gitz@v0.8.2-0.20240515052600-43f80eea2fe1/go.mod (about)

     1  module github.com/purpleclay/gitz
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/stretchr/testify v1.9.0
     7  	mvdan.cc/sh/v3 v3.7.0
     8  )
     9  
    10  require (
    11  	github.com/davecgh/go-spew v1.1.1 // indirect
    12  	github.com/pmezard/go-difflib v1.0.0 // indirect
    13  	golang.org/x/sync v0.2.0 // indirect
    14  	golang.org/x/sys v0.8.0 // indirect
    15  	golang.org/x/term v0.8.0 // indirect
    16  	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
    17  	gopkg.in/yaml.v3 v3.0.1 // indirect
    18  )