Skip to content

Commit bc1bb03

Browse files
authored
Code VM (#142)
1 parent 1dd3c90 commit bc1bb03

File tree

497 files changed

+11746
-58047
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

497 files changed

+11746
-58047
lines changed

go.mod

Lines changed: 15 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
module github.com/code-payments/code-server
22

3-
go 1.21.3
3+
go 1.23.0
44

55
require (
6-
firebase.google.com/go/v4 v4.8.0
76
github.com/aws/aws-sdk-go-v2 v0.17.0
87
github.com/bits-and-blooms/bloom/v3 v3.1.0
9-
github.com/code-payments/code-protobuf-api v1.19.0
10-
github.com/dghubble/oauth1 v0.7.3
8+
github.com/code-payments/code-protobuf-api v1.19.1-0.20250402192552-177b85d5508d
9+
github.com/code-payments/code-vm-indexer v0.1.11-0.20241028132209-23031e814fba
1110
github.com/emirpasic/gods v1.12.0
12-
github.com/envoyproxy/protoc-gen-validate v1.0.4
11+
github.com/envoyproxy/protoc-gen-validate v1.2.1
1312
github.com/golang-jwt/jwt/v5 v5.0.0
1413
github.com/golang/protobuf v1.5.4
1514
github.com/google/uuid v1.6.0
@@ -22,41 +21,29 @@ require (
2221
github.com/mr-tron/base58 v1.2.0
2322
github.com/newrelic/go-agent/v3 v3.20.1
2423
github.com/newrelic/go-agent/v3/integrations/nrpgx v1.0.0
25-
github.com/nicksnyder/go-i18n/v2 v2.4.0
2624
github.com/ory/dockertest/v3 v3.7.0
27-
github.com/oschwald/maxminddb-golang v1.11.0
2825
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
2926
github.com/pkg/errors v0.9.1
30-
github.com/rinchsan/device-check-go v1.3.0
3127
github.com/robfig/cron/v3 v3.0.1
3228
github.com/sirupsen/logrus v1.8.1
3329
github.com/spaolacci/murmur3 v1.1.0
3430
github.com/spf13/viper v1.7.0
3531
github.com/stretchr/testify v1.8.4
36-
github.com/twilio/twilio-go v0.26.0
3732
github.com/vence722/base122-go v0.0.2
3833
github.com/ybbus/jsonrpc v2.1.2+incompatible
3934
go.etcd.io/etcd/api/v3 v3.5.13
4035
go.etcd.io/etcd/client/v3 v3.5.13
4136
go.uber.org/zap v1.17.0
42-
golang.org/x/crypto v0.21.0
37+
golang.org/x/crypto v0.32.0
4338
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
44-
golang.org/x/net v0.22.0
45-
golang.org/x/text v0.14.0
39+
golang.org/x/net v0.34.0
40+
golang.org/x/text v0.21.0
4641
golang.org/x/time v0.5.0
47-
google.golang.org/api v0.170.0
48-
google.golang.org/grpc v1.62.1
49-
google.golang.org/protobuf v1.33.0
42+
google.golang.org/grpc v1.71.1
43+
google.golang.org/protobuf v1.36.6
5044
)
5145

5246
require (
53-
cloud.google.com/go v0.112.0 // indirect
54-
cloud.google.com/go/compute v1.23.4 // indirect
55-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
56-
cloud.google.com/go/firestore v1.14.0 // indirect
57-
cloud.google.com/go/iam v1.1.6 // indirect
58-
cloud.google.com/go/longrunning v0.5.5 // indirect
59-
cloud.google.com/go/storage v1.36.0 // indirect
6047
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
6148
github.com/Microsoft/go-winio v0.4.14 // indirect
6249
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
@@ -70,18 +57,9 @@ require (
7057
github.com/docker/docker v20.10.7+incompatible // indirect
7158
github.com/docker/go-connections v0.4.0 // indirect
7259
github.com/docker/go-units v0.4.0 // indirect
73-
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
74-
github.com/felixge/httpsnoop v1.0.4 // indirect
7560
github.com/fsnotify/fsnotify v1.4.7 // indirect
76-
github.com/go-logr/logr v1.4.1 // indirect
77-
github.com/go-logr/stdr v1.2.2 // indirect
7861
github.com/gogo/protobuf v1.3.2 // indirect
79-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
80-
github.com/golang/mock v1.6.0 // indirect
81-
github.com/google/s2a-go v0.1.7 // indirect
8262
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
83-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
84-
github.com/googleapis/gax-go/v2 v2.12.2 // indirect
8563
github.com/hashicorp/hcl v1.0.0 // indirect
8664
github.com/imdario/mergo v0.3.12 // indirect
8765
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
@@ -93,9 +71,11 @@ require (
9371
github.com/jackc/pgtype v1.8.1 // indirect
9472
github.com/jackc/pgx v3.6.2+incompatible // indirect
9573
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
74+
github.com/kr/text v0.2.0 // indirect
9675
github.com/magiconair/properties v1.8.1 // indirect
9776
github.com/mitchellh/mapstructure v1.4.1 // indirect
9877
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
78+
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
9979
github.com/onsi/gomega v1.30.0 // indirect
10080
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
10181
github.com/opencontainers/image-spec v1.0.1 // indirect
@@ -111,22 +91,12 @@ require (
11191
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
11292
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
11393
go.etcd.io/etcd/client/pkg/v3 v3.5.13 // indirect
114-
go.opencensus.io v0.24.0 // indirect
115-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
116-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
117-
go.opentelemetry.io/otel v1.24.0 // indirect
118-
go.opentelemetry.io/otel/metric v1.24.0 // indirect
119-
go.opentelemetry.io/otel/trace v1.24.0 // indirect
12094
go.uber.org/atomic v1.7.0 // indirect
12195
go.uber.org/multierr v1.6.0 // indirect
122-
golang.org/x/oauth2 v0.18.0 // indirect
123-
golang.org/x/sync v0.7.0 // indirect
124-
golang.org/x/sys v0.18.0 // indirect
125-
google.golang.org/appengine v1.6.8 // indirect
126-
google.golang.org/appengine/v2 v2.0.1 // indirect
127-
google.golang.org/genproto v0.0.0-20240205150955-31a09d347014 // indirect
128-
google.golang.org/genproto/googleapis/api v0.0.0-20240205150955-31a09d347014 // indirect
129-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311132316-a219d84964c2 // indirect
96+
golang.org/x/sys v0.29.0 // indirect
97+
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
98+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
99+
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
130100
gopkg.in/ini.v1 v1.51.0 // indirect
131101
gopkg.in/yaml.v2 v2.4.0 // indirect
132102
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)