github.com/GoWebProd/gip@v0.0.0-20230623090727-b60d41d5d320/go.mod (about) 1 module github.com/GoWebProd/gip 2 3 go 1.18 4 5 require ( 6 github.com/couchbase/go-slab v0.0.0-20150629231827-1f5f7f282713 7 github.com/stretchr/testify v1.7.0 8 ) 9 10 require ( 11 github.com/davecgh/go-spew v1.1.0 // indirect 12 github.com/pmezard/go-difflib v1.0.0 // indirect 13 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect 14 )