We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11de78 commit a5b301bCopy full SHA for a5b301b
Package.swift
@@ -48,7 +48,6 @@ let package = Package(
48
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
49
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"),
50
.package(url: "https://github.com/vapor/vapor.git", from: "4.102.0"),
51
- .package(url: "https://github.com/vapor-community/soto-cognito-authentication.git", from: "4.0.0")
52
],
53
targets: [
54
.executableTarget(name: "Run", dependencies: ["App"]),
0 commit comments