Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

test: test cases for mongo/project #149

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/99designs/gqlgen v0.17.5
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.6.1
github.com/auth0/go-jwt-middleware/v2 v2.0.1
github.com/avast/retry-go/v4 v4.0.4
github.com/blang/semver v3.5.1+incompatible
github.com/caos/oidc v1.2.0
github.com/goccy/go-yaml v1.9.5
Expand All @@ -23,6 +24,7 @@ require (
github.com/labstack/gommon v0.3.1
github.com/mitchellh/mapstructure v1.5.0
github.com/oklog/ulid v1.3.1
github.com/openlyinc/pointy v1.1.2
github.com/paulmach/go.geojson v1.4.0
github.com/pkg/errors v0.9.1
github.com/ravilushqa/otelgqlgen v0.6.1
Expand Down Expand Up @@ -62,7 +64,6 @@ require (
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
github.com/avast/retry-go/v4 v4.0.4 // indirect
github.com/caos/logging v0.0.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
Loading