|
1 | 1 | module github.com/wyattjoh/ims
|
2 | 2 |
|
3 |
| -go 1.16 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | cloud.google.com/go/storage v1.22.0
|
7 |
| - github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect |
8 | 7 | github.com/disintegration/imaging v1.6.2
|
9 |
| - github.com/go-ini/ini v1.66.4 // indirect |
10 |
| - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
11 |
| - github.com/google/btree v1.0.1 // indirect |
12 | 8 | github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
|
13 | 9 | github.com/meatballhat/negroni-logrus v1.1.1
|
14 | 10 | github.com/minio/minio-go v6.0.14+incompatible
|
15 |
| - github.com/mitchellh/go-homedir v1.1.0 // indirect |
16 | 11 | github.com/opentracing/opentracing-go v1.2.0
|
17 |
| - github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
18 | 12 | github.com/pkg/errors v0.9.1
|
19 | 13 | github.com/prometheus/client_golang v1.12.1
|
20 | 14 | github.com/rs/cors v1.8.2
|
21 | 15 | github.com/sirupsen/logrus v1.8.1
|
22 | 16 | github.com/uber/jaeger-client-go v2.30.0+incompatible
|
23 |
| - github.com/uber/jaeger-lib v2.4.1+incompatible // indirect |
24 | 17 | github.com/urfave/cli/v2 v2.5.0
|
25 | 18 | github.com/urfave/negroni v1.0.0
|
| 19 | + golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 |
| 20 | + google.golang.org/api v0.76.0 |
| 21 | +) |
| 22 | + |
| 23 | +require ( |
| 24 | + cloud.google.com/go v0.100.2 // indirect |
| 25 | + cloud.google.com/go/compute v1.6.0 // indirect |
| 26 | + cloud.google.com/go/iam v0.3.0 // indirect |
| 27 | + github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect |
| 28 | + github.com/beorn7/perks v1.0.1 // indirect |
| 29 | + github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 30 | + github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect |
| 31 | + github.com/go-ini/ini v1.66.4 // indirect |
| 32 | + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| 33 | + github.com/golang/protobuf v1.5.2 // indirect |
| 34 | + github.com/google/btree v1.0.1 // indirect |
| 35 | + github.com/google/go-cmp v0.5.7 // indirect |
| 36 | + github.com/googleapis/gax-go/v2 v2.3.0 // indirect |
| 37 | + github.com/googleapis/go-type-adapters v1.0.0 // indirect |
| 38 | + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 39 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 40 | + github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
| 41 | + github.com/prometheus/client_model v0.2.0 // indirect |
| 42 | + github.com/prometheus/common v0.32.1 // indirect |
| 43 | + github.com/prometheus/procfs v0.7.3 // indirect |
| 44 | + github.com/russross/blackfriday/v2 v2.1.0 // indirect |
| 45 | + github.com/uber/jaeger-lib v2.4.1+incompatible // indirect |
| 46 | + go.opencensus.io v0.23.0 // indirect |
26 | 47 | go.uber.org/atomic v1.9.0 // indirect
|
27 | 48 | golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
|
28 | 49 | golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect
|
29 |
| - golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 |
30 |
| - google.golang.org/api v0.76.0 |
| 50 | + golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect |
| 51 | + golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect |
| 52 | + golang.org/x/text v0.3.7 // indirect |
| 53 | + golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect |
| 54 | + google.golang.org/appengine v1.6.7 // indirect |
| 55 | + google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4 // indirect |
| 56 | + google.golang.org/grpc v1.45.0 // indirect |
| 57 | + google.golang.org/protobuf v1.28.0 // indirect |
31 | 58 | )
|
0 commit comments