gocontentful/go.mod
2021-03-18 14:04:20 +01:00

12 lines
264 B
Modula-2

module github.com/foomo/contentful-erm
go 1.16
require (
github.com/foomo/contentful v0.3.5
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/tools v0.1.0
moul.io/http2curl v1.0.0 // indirect
)