gocontentful/go.mod
2025-08-13 16:34:05 +02:00

24 lines
563 B
Modula-2

module github.com/foomo/gocontentful
go 1.21
require (
github.com/foomo/contentful v0.5.5
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.33.0
golang.org/x/sync v0.10.0
golang.org/x/text v0.21.0
golang.org/x/tools v0.22.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/aoliveti/curling v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)