mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 14:06:38 +03:00
11 lines
184 B
Modula-2
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
|
|
)
|