docs/go.mod

20 lines
515 B
Modula-2

module github.com/knative/docs
go 1.23.0
require (
github.com/google/go-github/v32 v32.1.0
gopkg.in/yaml.v2 v2.3.0
knative.dev/hack v0.0.0-20250514121446-f525e187efdc
)
require (
github.com/google/go-querystring v1.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
golang.org/x/crypto v0.35.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)
replace go.opencensus.io => go.opencensus.io v0.20.2