frankenphp/go.mod

27 lines
856 B
Modula-2
Raw Normal View History

2021-09-24 16:52:20 +00:00
module github.com/dunglas/frankenphp
go 1.19
2021-09-24 16:52:20 +00:00
require (
2022-10-04 15:42:45 +00:00
github.com/stretchr/testify v1.8.0
go.uber.org/zap v1.23.0
golang.org/x/net v0.0.0-20221004154528-8021a29435af
)
2021-09-24 16:52:20 +00:00
require (
2022-10-08 11:05:18 +00:00
github.com/benbjohnson/clock v1.3.0 // indirect
2021-09-24 16:52:20 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
2021-10-31 23:18:30 +00:00
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
2021-09-24 16:52:20 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/yuin/goldmark v1.4.13 // indirect
2022-10-08 11:05:18 +00:00
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.12 // indirect
2021-10-31 23:18:30 +00:00
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2022-10-04 15:42:45 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
2021-09-24 16:52:20 +00:00
)