Files
openrtb/go.mod
T
2023-02-23 10:48:16 -05:00

11 lines
184 B
Modula-2

module github.com/prebid/openrtb/v18
go 1.16
retract v18.0.0 // Published with the wrong module version.
require (
github.com/onsi/ginkgo v1.16.1
github.com/onsi/gomega v1.11.0
)