-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
552bacc
commit d3b30da
Showing
9 changed files
with
55 additions
and
651 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,37 @@ | ||
module github.com/prebid/prebid-cache | ||
|
||
go 1.13 | ||
|
||
replace github.com/bradfitz/gomemcache => github.com/google/gomemcache v0.0.0-20200326162346-94281991662a | ||
go 1.16 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.0.0 // indirect | ||
github.com/aerospike/aerospike-client-go v4.0.0+incompatible | ||
github.com/bitly/go-hostpool v0.1.0 // indirect | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/bradfitz/gomemcache v0.0.0-20180710155616-bc664df96737 | ||
github.com/didip/tollbooth v2.2.0+incompatible | ||
github.com/didip/tollbooth/v6 v6.1.2 | ||
github.com/go-redis/redis v6.12.1-0.20180718122851-ee41b9092371+incompatible | ||
github.com/gocql/gocql v0.0.0-20180617115710-e06f8c1bcd78 | ||
github.com/gofrs/uuid v3.2.0+incompatible | ||
github.com/gofrs/uuid v4.2.0+incompatible | ||
github.com/golang/snappy v0.0.4 | ||
github.com/google/gomemcache v0.0.0-20210709172713-c1c93e4523ee | ||
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect | ||
github.com/influxdata/influxdb v1.6.0 // indirect | ||
github.com/julienschmidt/httprouter v1.2.0 | ||
github.com/julienschmidt/httprouter v1.3.0 | ||
github.com/magiconair/properties v1.8.0 // indirect | ||
github.com/mitchellh/mapstructure v0.0.0-20180715050151-f15292f7a699 // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/onsi/gomega v1.18.1 // indirect | ||
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect | ||
github.com/pelletier/go-toml v1.2.0 // indirect | ||
github.com/prometheus/client_golang v1.5.1 | ||
github.com/prometheus/client_model v0.2.0 | ||
github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165 | ||
github.com/rs/cors v1.4.0 | ||
github.com/rs/cors v1.8.2 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/afero v1.1.1 // indirect | ||
github.com/spf13/cast v1.2.0 // indirect | ||
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect | ||
github.com/spf13/pflag v1.0.1 // indirect | ||
github.com/spf13/viper v1.0.2 | ||
github.com/stretchr/testify v1.5.1 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/vrischmann/go-metrics-influxdb v0.0.0-20160917065939-43af8332c303 | ||
github.com/yuin/gopher-lua v0.0.0-20180630135845-46796da1b0b4 // indirect | ||
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters