gocontentful/go.mod
2021-04-01 11:31:33 +02:00

14 lines
364 B
Modula-2

module github.com/foomo/gocontentful
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/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 // indirect
golang.org/x/tools v0.1.0
moul.io/http2curl v1.0.0 // indirect
)