mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 22:39:41 +02:00
fix(chisel): upgrade chisel to v1.7.7 to fix a data race EE-2718 (#6650)
This commit is contained in:
parent
226ffdcd20
commit
98d8cd99fb
3 changed files with 42 additions and 31 deletions
|
@ -8,8 +8,8 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
chserver "github.com/andres-portainer/chisel/server"
|
||||
"github.com/dchest/uniuri"
|
||||
chserver "github.com/jpillora/chisel/server"
|
||||
portainer "github.com/portainer/portainer/api"
|
||||
"github.com/portainer/portainer/api/dataservices"
|
||||
"github.com/portainer/portainer/api/http/proxy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue