|
|
@ -29,6 +29,7 @@ require ( |
|
|
|
github.com/swaggo/swag v1.16.2 |
|
|
|
github.com/tealeg/xlsx v1.0.5 |
|
|
|
github.com/unrolled/secure v1.15.0 |
|
|
|
go.uber.org/zap v1.27.0 |
|
|
|
golang.org/x/crypto v0.24.0 |
|
|
|
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa |
|
|
|
golang.org/x/net v0.26.0 |
|
|
@ -121,6 +122,7 @@ require ( |
|
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect |
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect |
|
|
|
github.com/xtaci/kcp-go v5.4.20+incompatible // indirect |
|
|
|
go.uber.org/multierr v1.10.0 // indirect |
|
|
|
golang.org/x/arch v0.5.0 // indirect |
|
|
|
golang.org/x/mod v0.17.0 // indirect |
|
|
|
golang.org/x/sys v0.21.0 // indirect |
|
|
|