Skip to content

Commit

Permalink
remove extraneous dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Dec 5, 2024
1 parent 1058f9f commit 5a82d3a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions integration_go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,13 @@ require (
github.com/gorilla/mux v1.8.0
github.com/graph-gophers/graphql-go v1.5.0
github.com/graphql-go/graphql v0.8.1
github.com/graphql-go/handler v0.2.3
github.com/hashicorp/consul/api v1.24.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7
github.com/hashicorp/vault/api v1.9.2
github.com/hashicorp/vault/sdk v0.9.2
github.com/jackc/pgx/v5 v5.6.0
github.com/jmoiron/sqlx v1.3.5
github.com/julienschmidt/httprouter v1.3.0
github.com/labstack/echo/v4 v4.11.1
github.com/lib/pq v1.10.2
github.com/mattn/go-sqlite3 v1.14.18
github.com/microsoft/go-mssqldb v0.21.0
github.com/miekg/dns v1.1.55
github.com/redis/go-redis/v9 v9.7.0
github.com/segmentio/kafka-go v0.4.42
Expand All @@ -66,12 +60,10 @@ require (
github.com/tidwall/buntdb v1.3.0
github.com/twitchtv/twirp v8.1.3+incompatible
github.com/uptrace/bun v1.1.17
github.com/uptrace/bun/dialect/sqlitedialect v1.1.17
github.com/urfave/negroni v1.0.0
github.com/valyala/fasthttp v1.51.0
github.com/vektah/gqlparser/v2 v2.5.16
go.mongodb.org/mongo-driver v1.12.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0
google.golang.org/api v0.128.0
google.golang.org/grpc v1.57.1
google.golang.org/protobuf v1.33.0
Expand Down

0 comments on commit 5a82d3a

Please sign in to comment.