fix(chisel): upgrade chisel to v1.7.7 to fix a data race EE-2718 (#6650)

This commit is contained in:
andres-portainer
2022-03-16 12:17:56 -03:00
committed by GitHub
parent 226ffdcd20
commit 98d8cd99fb
3 changed files with 42 additions and 31 deletions

View File

@@ -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"