mirror of
https://github.com/dunglas/frankenphp
synced 2024-11-22 16:19:32 +00:00
21 lines
556 B
Modula-2
21 lines
556 B
Modula-2
module github.com/dunglas/frankenphp
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.8.1
|
|
go.uber.org/zap v1.25.0
|
|
golang.org/x/net v0.0.0-20221004154528-8021a29435af
|
|
)
|
|
|
|
require (
|
|
github.com/benbjohnson/clock v1.3.0 // indirect
|
|
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
|
|
)
|