Skip to content

Commit

Permalink
go mod and vendor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ARUNANGSHU CHATTERJEE committed Apr 14, 2023
1 parent 0c01856 commit 61cb34b
Show file tree
Hide file tree
Showing 4,214 changed files with 1,424,309 additions and 1,236 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
40 changes: 20 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/TykTechnologies/tyk
go 1.16

require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/Jeffail/gabs v1.4.0
github.com/Jeffail/tunny v0.1.4
github.com/Masterminds/sprig/v3 v3.2.2
Expand All @@ -22,53 +21,38 @@ require (
github.com/akutz/memconn v0.1.0
github.com/bshuster-repo/logrus-logstash-hook v0.4.1
github.com/buger/jsonparser v1.1.1
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23
github.com/cenk/backoff v2.2.1+incompatible
github.com/cenkalti/backoff/v4 v4.0.2
github.com/certifi/gocertifi v0.0.0-20190905060710-a5e0173ced67 // indirect
github.com/clbanning/mxj v1.8.4
github.com/evalphobia/logrus_sentry v0.8.2
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/franela/goblin v0.0.0-20181003173013-ead4ad1d2727 // indirect
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8
github.com/garyburd/redigo v1.6.2
github.com/gemnasium/logrus-graylog-hook v2.0.7+incompatible
github.com/getkin/kin-openapi v0.89.0
github.com/getsentry/raven-go v0.2.0 // indirect
github.com/go-redis/redis/v8 v8.11.5
github.com/gocraft/health v0.0.0-20170925182251-8675af27fef0
github.com/gofrs/uuid v3.3.0+incompatible
github.com/golang-jwt/jwt/v4 v4.4.2
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/consul/api v1.3.0
github.com/hashicorp/go-msgpack v0.5.4 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-retryablehttp v0.5.4
github.com/hashicorp/go-version v1.4.0
github.com/hashicorp/vault/api v1.0.4
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/jensneuse/abstractlogger v0.0.4
github.com/justinas/alice v1.2.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/lonelycode/go-uuid v0.0.0-20141202165402-ed3ca8a15a93 // indirect
github.com/lonelycode/osin v0.0.0-20160423095202-da239c9dacb6
github.com/mavricknz/asn1-ber v0.0.0-20151103223136-b9df1c2f4213 // indirect
github.com/mavricknz/ldap v0.0.0-20160227184754-f5a958005e43
github.com/miekg/dns v1.0.14
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/nats-io/nats-server/v2 v2.3.4 // indirect
github.com/newrelic/go-agent v2.13.0+incompatible
github.com/nsf/jsondiff v0.0.0-20210303162244-6ea32392771e // test
github.com/opentracing/opentracing-go v1.2.0
github.com/openzipkin/zipkin-go v0.2.2
github.com/oschwald/maxminddb-golang v1.5.0
github.com/paulbellamy/ratecounter v0.2.0
github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea // indirect
github.com/pires/go-proxyproto v0.0.0-20190615163442-2c19fd512994
github.com/pmylund/go-cache v2.1.0+incompatible
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
Expand All @@ -78,25 +62,41 @@ require (
github.com/square/go-jose v2.4.1+incompatible
github.com/stretchr/testify v1.8.1 // test
github.com/uber/jaeger-client-go v2.30.1-0.20220110192849-8d8e8fcfd04d+incompatible
github.com/uber/jaeger-lib v2.4.2-0.20210604143007-135cf5605a6d+incompatible // indirect
github.com/valyala/fasthttp v1.43.0 // test
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
google.golang.org/grpc v1.36.0
google.golang.org/grpc/examples v0.0.0-20220317213542-f95b001a48df // test
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/vmihailenco/msgpack.v2 v2.9.1
gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/certifi/gocertifi v0.0.0-20190905060710-a5e0173ced67 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/getsentry/raven-go v0.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/go-msgpack v0.5.4 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/lonelycode/go-uuid v0.0.0-20141202165402-ed3ca8a15a93 // indirect
github.com/mavricknz/asn1-ber v0.0.0-20151103223136-b9df1c2f4213 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/nats-io/nats-server/v2 v2.3.4 // indirect
github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea // indirect
github.com/uber/jaeger-lib v2.4.2-0.20210604143007-135cf5605a6d+incompatible // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)

replace gorm.io/gorm => github.com/TykTechnologies/gorm v1.20.7-0.20210409171139-b5c340f85ed0

//replace github.com/TykTechnologies/graphql-go-tools => ../graphql-go-tools
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtng
github.com/hashicorp/go-cleanhttp v0.5.1 h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM=
github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd/go.mod h1:9bjs9uLqI8l75knNv3lV1kA55veR+WUPSiKIWcQHudI=
github.com/hashicorp/go-hclog v0.8.0 h1:z3ollgGRg8RjfJH6UVBaG54R70GFd++QOkvnJH3VSBY=
github.com/hashicorp/go-hclog v0.8.0/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
github.com/hashicorp/go-immutable-radix v1.0.0 h1:AKDB1HM5PWEA7i4nhcpwOrO2byshxBjXVn/J/3+z5/0=
github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60=
Expand Down
19 changes: 19 additions & 0 deletions vendor/github.com/Jeffail/gabs/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 61cb34b

Please sign in to comment.