gocontentful/go.mod
2024-02-01 10:39:26 +01:00

23 lines
575 B
Modula-2

module github.com/foomo/gocontentful
go 1.21
require (
github.com/foomo/contentful v0.3.6
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
golang.org/x/sync v0.1.0
golang.org/x/text v0.14.0
golang.org/x/tools v0.6.0
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.5.0 // indirect
moul.io/http2curl v1.0.0 // indirect
)