mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 05:56:34 +03:00
53ac1b9ca7
* 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
9 lines
123 B
Modula-2
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
|
|
)
|