mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
* ci: release infrastructure * ci: release CircleCI binary * fix circle * fix Circle pipeline * improve tags and docs * improvements
20 lines
507 B
Modula-2
20 lines
507 B
Modula-2
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
|
|
)
|