123456789101112131415161718192021 |
- module github.com/dunglas/frankenphp
- go 1.21
- retract v1.0.0-rc.1 // Human error
- require (
- github.com/stretchr/testify v1.8.4
- go.uber.org/zap v1.26.0
- golang.org/x/net v0.19.0
- )
- require (
- github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/kr/pretty v0.2.1 // indirect
- github.com/pmezard/go-difflib v1.0.0 // indirect
- go.uber.org/multierr v1.11.0 // indirect
- golang.org/x/text v0.14.0 // indirect
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
- )
|