Skip to content

Commit

Permalink
🔄 Sync from monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
mojo-machine[bot] committed Nov 14, 2023
1 parent 075cbb2 commit ae348a7
Show file tree
Hide file tree
Showing 98 changed files with 6,504 additions and 851 deletions.
15 changes: 15 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,21 @@ issues:
- govet
text: "composites: `go.mongodb.org/mongo-driver/bson/primitive.E` composite literal uses unkeyed fields"

# TODO: fix these and remove
- { path: lib/ab, text: ".*" }
- { path: lib/cher, text: ".*" }
- { path: lib/clog, text: ".*" }
- { path: lib/config, text: ".*" }
- { path: lib/crpc, text: ".*" }
- { path: lib/db, text: ".*" }
- { path: lib/jsonclient, text: ".*" }
- { path: lib/jsonschema, text: ".*" }
- { path: lib/ksuid, text: ".*" }
- { path: lib/middleware, text: ".*" }
- { path: lib/servicecontext, text: ".*" }
- { path: lib/slicecontains, text: ".*" }
- { path: lib/version, text: ".*" }

linters-settings:
forbidigo:
forbid:
Expand Down
5 changes: 5 additions & 0 deletions SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Some libraries published here originate from the cuvva-public-go repo.

Each includes a specific `LICENSE` file that takes precedence over the licensing for the remainder of this repo.

They were sourced from: https://github.com/cuvva/cuvva-public-go/tree/dee9e495e3fa4833de5ea0a25c0dc112d66f5f1c
39 changes: 26 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@ require (
cloud.google.com/go v0.110.10
cloud.google.com/go/kms v1.15.5
cloud.google.com/go/secretmanager v1.11.4
github.com/chebyrash/promise v0.0.0-20230414144155-dd8f641675f4
github.com/cuvva/cuvva-public-go v0.0.0-20220412094328-0b3957ff0525
github.com/aws/aws-sdk-go v1.47.11
github.com/blang/semver v3.5.1+incompatible
github.com/chebyrash/promise v0.0.0-20230709133807-42ec49ba1459
github.com/deckarep/golang-set/v2 v2.3.1
github.com/go-chi/chi/v5 v5.0.10
github.com/go-redis/redis v6.15.9+incompatible
github.com/golang-jwt/jwt/v5 v5.1.0
github.com/google/go-cmp v0.6.0
github.com/jamescun/basex v0.0.0-20180407124237-e1bcb39ab18e
github.com/matryer/is v1.4.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.17.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
github.com/xeipuuv/gojsonschema v1.2.0
go.mongodb.org/mongo-driver v1.13.0
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.46.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.0
Expand All @@ -21,48 +29,52 @@ require (
golang.org/x/sync v0.5.0
google.golang.org/api v0.150.0
google.golang.org/grpc v1.59.0
gopkg.in/h2non/gock.v1 v1.1.2
gopkg.in/ini.v1 v1.67.0
)

require (
cloud.google.com/go/compute v1.23.3 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.5 // indirect
github.com/aws/aws-sdk-go v1.43.41 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-redis/redis v6.15.9+incompatible // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
github.com/jamescun/basex v0.0.0-20180407124237-e1bcb39ab18e // indirect
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/klauspost/compress v1.17.2 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.17.0 // indirect
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.30.0 // indirect
github.com/panjf2000/ants/v2 v2.8.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/otel v1.20.0 // indirect
go.opentelemetry.io/otel/metric v1.20.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
Expand All @@ -73,4 +85,5 @@ require (
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit ae348a7

Please sign in to comment.