mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 14:06:38 +03:00
3855899d4b
https://blog.golang.org/v2-go-modules Roughly, just a: ```shell find -type f -iname '*.go' | xargs -I {} sed -i 's/mxmCherry\/openrtb/mxmCherry\/openrtb\/v14/g' {} find -type f -iname '*.go' | xargs -I {} goimports -w {} ``` Also, point to pkg.go.dev for documentation (old godoc.org badge kept kill pkg.go.dev provides its own).
9 lines
124 B
Modula-2
9 lines
124 B
Modula-2
module github.com/mxmCherry/openrtb/v14
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/onsi/ginkgo v1.8.0
|
|
github.com/onsi/gomega v1.5.0
|
|
)
|