github.com/alkemics/goflow@v0.2.1/go.mod (about)

     1  module github.com/alkemics/goflow
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/stretchr/testify v1.7.0
     7  	golang.org/x/tools v0.1.8
     8  	gopkg.in/yaml.v2 v2.4.0
     9  	mvdan.cc/gofumpt v0.2.1
    10  )
    11  
    12  require (
    13  	github.com/davecgh/go-spew v1.1.0 // indirect
    14  	github.com/google/go-cmp v0.5.6 // indirect
    15  	github.com/pmezard/go-difflib v1.0.0 // indirect
    16  	golang.org/x/mod v0.5.1 // indirect
    17  	golang.org/x/sys v0.0.0-20211213223007-03aa0b5f6827 // indirect
    18  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    19  	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
    20  )