12345678910111213141516171819 |
- module github.com/dunglas/frankenphp
- go 1.20
- require (
- github.com/stretchr/testify v1.8.1
- go.uber.org/zap v1.26.0
- golang.org/x/net v0.0.0-20221004154528-8021a29435af
- )
- 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.3.7 // indirect
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
- )
|