Files
openrtb/go.mod
T
Scott Kay 53ac1b9ca7 ORTB + AdCOM 202303 Updates (#8)
* ORTB + AdCOM 202303 Updates

* Bump Major Version

* Copy Paste Errors

* Fix Mod File

* Keep On 1.16

* Revert Go Mod Version

* Rename plcmnt to plcmt To Align With Native

* Final Spec Updates

* Fix VideoPlcmtNoContent

* Update Category Taxonomies
2023-04-12 08:54:55 -04:00

9 lines
123 B
Modula-2

module github.com/prebid/openrtb/v19
go 1.16
require (
github.com/onsi/ginkgo v1.16.1
github.com/onsi/gomega v1.11.0
)