|
1 | 1 | module github.com/iplay88keys/my-recipe-library
|
2 | 2 |
|
3 |
| -go 1.12 |
| 3 | +go 1.19 |
4 | 4 |
|
5 | 5 | require (
|
| 6 | + cloud.google.com/go/cloudsqlconn v1.2.0 |
6 | 7 | code.cloudfoundry.org/go-envstruct v1.5.0
|
7 | 8 | github.com/DATA-DOG/go-sqlmock v1.4.1
|
8 |
| - github.com/GoogleCloudPlatform/cloudsql-proxy v1.17.0 |
9 |
| - github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect |
10 | 9 | github.com/alicebob/miniredis v2.5.0+incompatible
|
11 | 10 | github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
12 | 11 | github.com/elliotchance/redismock v1.5.3
|
13 | 12 | github.com/go-redis/redis v6.15.8+incompatible
|
14 |
| - github.com/go-sql-driver/mysql v1.5.0 |
15 |
| - github.com/gomodule/redigo v2.0.0+incompatible // indirect |
| 13 | + github.com/go-sql-driver/mysql v1.7.0 |
16 | 14 | github.com/gorilla/mux v1.7.3
|
17 |
| - github.com/myesui/uuid v1.0.0 // indirect |
18 |
| - github.com/onsi/ginkgo v1.11.0 |
19 |
| - github.com/onsi/gomega v1.9.0 |
20 |
| - github.com/stretchr/testify v1.6.1 |
| 15 | + github.com/onsi/ginkgo/v2 v2.8.1 |
| 16 | + github.com/onsi/gomega v1.26.0 |
| 17 | + github.com/stretchr/testify v1.8.1 |
21 | 18 | github.com/twinj/uuid v1.0.0
|
| 19 | + golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be |
| 20 | +) |
| 21 | + |
| 22 | +require ( |
| 23 | + cloud.google.com/go/compute v1.14.0 // indirect |
| 24 | + cloud.google.com/go/compute/metadata v0.2.3 // indirect |
| 25 | + github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect |
| 26 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 27 | + github.com/go-logr/logr v1.2.3 // indirect |
| 28 | + github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect |
| 29 | + github.com/golang/protobuf v1.5.2 // indirect |
| 30 | + github.com/gomodule/redigo v2.0.0+incompatible // indirect |
| 31 | + github.com/google/go-cmp v0.5.9 // indirect |
| 32 | + github.com/google/uuid v1.3.0 // indirect |
| 33 | + github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect |
| 34 | + github.com/googleapis/gax-go/v2 v2.7.0 // indirect |
| 35 | + github.com/myesui/uuid v1.0.0 // indirect |
| 36 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 37 | + github.com/stretchr/objx v0.5.0 // indirect |
22 | 38 | github.com/yuin/gopher-lua v0.0.0-20200603152657-dc2b0ca8b37e // indirect
|
23 |
| - golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 |
| 39 | + go.opencensus.io v0.24.0 // indirect |
| 40 | + golang.org/x/net v0.6.0 // indirect |
| 41 | + golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect |
| 42 | + golang.org/x/sys v0.5.0 // indirect |
| 43 | + golang.org/x/text v0.7.0 // indirect |
| 44 | + golang.org/x/time v0.3.0 // indirect |
| 45 | + google.golang.org/api v0.109.0 // indirect |
| 46 | + google.golang.org/appengine v1.6.7 // indirect |
| 47 | + google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc // indirect |
| 48 | + google.golang.org/grpc v1.51.0 // indirect |
| 49 | + google.golang.org/protobuf v1.28.1 // indirect |
24 | 50 | gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
| 51 | + gopkg.in/stretchr/testify.v1 v1.2.2 // indirect |
| 52 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
25 | 53 | )
|
0 commit comments