@@ -3,12 +3,12 @@ module github.com/code-payments/code-server
3
3
go 1.21.3
4
4
5
5
require (
6
- firebase.google.com/go/v4 v4.8 .0
6
+ firebase.google.com/go/v4 v4.13 .0
7
7
github.com/aws/aws-sdk-go-v2 v0.17.0
8
8
github.com/bits-and-blooms/bloom/v3 v3.1.0
9
9
github.com/code-payments/code-protobuf-api v1.13.0
10
10
github.com/emirpasic/gods v1.12.0
11
- github.com/envoyproxy/protoc-gen-validate v0.1.0
11
+ github.com/envoyproxy/protoc-gen-validate v0.10.1
12
12
github.com/golang-jwt/jwt/v5 v5.0.0
13
13
github.com/golang/protobuf v1.5.3
14
14
github.com/google/uuid v1.3.0
@@ -37,18 +37,21 @@ require (
37
37
golang.org/x/crypto v0.14.0
38
38
golang.org/x/net v0.17.0
39
39
golang.org/x/text v0.13.0
40
- golang.org/x/time v0.0.0-20191024005414-555d28b269f0
41
- google.golang.org/grpc v1.51.0
42
- google.golang.org/protobuf v1.28.1
40
+ golang.org/x/time v0.3.0
41
+ google.golang.org/grpc v1.56.3
42
+ google.golang.org/protobuf v1.30.0
43
43
)
44
44
45
45
require (
46
- cloud.google.com/go v0.100.2 // indirect
47
- cloud.google.com/go/compute v1.5.0 // indirect
48
- cloud.google.com/go/firestore v1.6.1 // indirect
49
- cloud.google.com/go/iam v0.1.1 // indirect
50
- cloud.google.com/go/storage v1.21.0 // indirect
46
+ cloud.google.com/go v0.110.0 // indirect
47
+ cloud.google.com/go/compute v1.19.1 // indirect
48
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
49
+ cloud.google.com/go/firestore v1.9.0 // indirect
50
+ cloud.google.com/go/iam v0.13.0 // indirect
51
+ cloud.google.com/go/longrunning v0.4.1 // indirect
52
+ cloud.google.com/go/storage v1.30.1 // indirect
51
53
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
54
+ github.com/MicahParks/keyfunc v1.9.0 // indirect
52
55
github.com/Microsoft/go-winio v0.4.14 // indirect
53
56
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
54
57
github.com/bits-and-blooms/bitset v1.2.0 // indirect
@@ -62,11 +65,13 @@ require (
62
65
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
63
66
github.com/fsnotify/fsnotify v1.4.7 // indirect
64
67
github.com/gogo/protobuf v1.3.2 // indirect
65
- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
68
+ github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
69
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
66
70
github.com/golang/mock v1.6.0 // indirect
67
71
github.com/google/go-cmp v0.6.0 // indirect
68
72
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
69
- github.com/googleapis/gax-go/v2 v2.1.1 // indirect
73
+ github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
74
+ github.com/googleapis/gax-go/v2 v2.8.0 // indirect
70
75
github.com/hashicorp/hcl v1.0.0 // indirect
71
76
github.com/imdario/mergo v0.3.12 // indirect
72
77
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
@@ -95,14 +100,15 @@ require (
95
100
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
96
101
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
97
102
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
98
- go.opencensus.io v0.23.0 // indirect
99
- golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
103
+ go.opencensus.io v0.24.0 // indirect
104
+ golang.org/x/oauth2 v0.7.0 // indirect
105
+ golang.org/x/sync v0.1.0 // indirect
100
106
golang.org/x/sys v0.13.0 // indirect
101
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
102
- google.golang.org/api v0.73 .0 // indirect
107
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
108
+ google.golang.org/api v0.114 .0 // indirect
103
109
google.golang.org/appengine v1.6.7 // indirect
104
- google.golang.org/appengine/v2 v2.0.1 // indirect
105
- google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6 // indirect
110
+ google.golang.org/appengine/v2 v2.0.2 // indirect
111
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
106
112
gopkg.in/ini.v1 v1.51.0 // indirect
107
113
gopkg.in/yaml.v2 v2.3.0 // indirect
108
114
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments