mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
use std slices package (#4008)
This commit is contained in:
parent
b6361fb143
commit
3e0c78233a
22 changed files with 75 additions and 84 deletions
2
go.mod
2
go.mod
|
|
@ -20,7 +20,7 @@ require (
|
|||
github.com/prometheus/client_golang v1.16.0
|
||||
github.com/quic-go/quic-go v0.41.0
|
||||
github.com/rodaine/table v1.1.0
|
||||
github.com/samber/lo v1.38.1
|
||||
github.com/samber/lo v1.39.0
|
||||
github.com/spf13/cobra v1.8.0
|
||||
github.com/spf13/pflag v1.0.5
|
||||
github.com/stretchr/testify v1.8.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue