github.com/m4gshm/gollections@v0.0.13-0.20240331203319-a34a86e58a24/go.mod (about)

     1  module github.com/m4gshm/gollections
     2  
     3  go 1.22
     4  
     5  require github.com/stretchr/testify v1.8.4
     6  
     7  require (
     8  	github.com/davecgh/go-spew v1.1.1 // indirect
     9  	github.com/pmezard/go-difflib v1.0.0 // indirect
    10  	golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3
    11  	gopkg.in/yaml.v3 v3.0.1 // indirect
    12  )