|
1 | 1 | module github.com/splunk/jupyterhub-istio-proxy
|
2 | 2 |
|
3 |
| -go 1.15 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/cenkalti/backoff/v4 v4.0.2
|
7 | 7 | github.com/gin-gonic/gin v1.7.0
|
8 | 8 | github.com/golang/mock v1.4.4
|
9 |
| - golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect |
10 |
| - golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect |
11 |
| - golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect |
12 | 9 | istio.io/api v0.0.0-20200817160544-291eb3ba8ada
|
13 | 10 | istio.io/client-go v0.0.0-20200817160837-c5f8590ec455
|
14 | 11 | k8s.io/apimachinery v0.18.8
|
15 | 12 | k8s.io/client-go v0.18.8
|
| 13 | +) |
| 14 | + |
| 15 | +require ( |
| 16 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 17 | + github.com/gin-contrib/sse v0.1.0 // indirect |
| 18 | + github.com/go-playground/locales v0.13.0 // indirect |
| 19 | + github.com/go-playground/universal-translator v0.17.0 // indirect |
| 20 | + github.com/go-playground/validator/v10 v10.4.1 // indirect |
| 21 | + github.com/gogo/protobuf v1.3.1 // indirect |
| 22 | + github.com/golang/protobuf v1.3.5 // indirect |
| 23 | + github.com/google/gofuzz v1.1.0 // indirect |
| 24 | + github.com/googleapis/gnostic v0.1.0 // indirect |
| 25 | + github.com/json-iterator/go v1.1.9 // indirect |
| 26 | + github.com/leodido/go-urn v1.2.0 // indirect |
| 27 | + github.com/mattn/go-isatty v0.0.12 // indirect |
| 28 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 29 | + github.com/modern-go/reflect2 v1.0.1 // indirect |
| 30 | + github.com/ugorji/go/codec v1.1.7 // indirect |
| 31 | + golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect |
| 32 | + golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect |
| 33 | + golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect |
| 34 | + golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect |
| 35 | + golang.org/x/text v0.3.2 // indirect |
| 36 | + golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect |
| 37 | + google.golang.org/appengine v1.5.0 // indirect |
| 38 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 39 | + gopkg.in/yaml.v2 v2.2.8 // indirect |
| 40 | + istio.io/gogo-genproto v0.0.0-20190930162913-45029607206a // indirect |
| 41 | + k8s.io/api v0.18.8 // indirect |
| 42 | + k8s.io/klog v1.0.0 // indirect |
16 | 43 | k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
|
| 44 | + sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect |
| 45 | + sigs.k8s.io/yaml v1.2.0 // indirect |
17 | 46 | )
|
0 commit comments