Skip to content

Commit eeabe1a

Browse files
committed
remove unused auth
1 parent a63139d commit eeabe1a

4 files changed

Lines changed: 0 additions & 881 deletions

File tree

libraries/backend/go.mod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ require (
99
github.com/goccy/go-json v0.10.3
1010
github.com/golang-jwt/jwt/v5 v5.2.1
1111
github.com/klauspost/compress v1.17.9
12-
github.com/magiclabs/magic-admin-go v1.0.0
1312
github.com/oklog/ulid/v2 v2.1.0
1413
github.com/rs/cors v1.11.0
1514
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
@@ -18,16 +17,10 @@ require (
1817
)
1918

2019
require (
21-
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
2220
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
23-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
24-
github.com/ethereum/go-ethereum v1.10.20 // indirect
25-
github.com/go-resty/resty/v2 v2.7.0 // indirect
2621
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2722
github.com/shopspring/decimal v1.3.1 // indirect
2823
github.com/stretchr/testify v1.10.0 // indirect
29-
golang.org/x/crypto v0.31.0 // indirect
3024
golang.org/x/sync v0.10.0 // indirect
31-
golang.org/x/sys v0.30.0 // indirect
3225
golang.org/x/text v0.21.0 // indirect
3326
)

0 commit comments

Comments
 (0)