diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-09-05 21:17:56 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-09-05 21:17:56 +0900 |
| commit | 3022b45715b9aabb6f54e5e19429c6b06abc1afd (patch) | |
| tree | cf4bb59325e44ee68400fb52e2e1fd5042a437a0 /worker/swift/go.mod | |
| parent | 2fb0b6516b9731ca832a31f6b31515f4eb056cb1 (diff) | |
| download | iosdc-japan-2025-albatross-3022b45715b9aabb6f54e5e19429c6b06abc1afd.tar.gz iosdc-japan-2025-albatross-3022b45715b9aabb6f54e5e19429c6b06abc1afd.tar.zst iosdc-japan-2025-albatross-3022b45715b9aabb6f54e5e19429c6b06abc1afd.zip | |
feat(worker-swift): remove JWT authentication
Diffstat (limited to 'worker/swift/go.mod')
| -rw-r--r-- | worker/swift/go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/worker/swift/go.mod b/worker/swift/go.mod index b8e6c4e..8fb503b 100644 --- a/worker/swift/go.mod +++ b/worker/swift/go.mod @@ -4,7 +4,6 @@ go 1.23.6 require ( github.com/golangci/golangci-lint v1.64.6 - github.com/labstack/echo-jwt/v4 v4.2.0 github.com/labstack/echo/v4 v4.13.3 ) @@ -66,7 +65,6 @@ require ( github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect github.com/gobwas/glob v0.2.3 // indirect github.com/gofrs/flock v0.12.1 // indirect - github.com/golang-jwt/jwt/v5 v5.0.0 // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect github.com/golangci/go-printf-func-name v0.1.0 // indirect |
