1
0
Fork 0
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:
andres-portainer 2022-03-16 12:17:56 -03:00 committed by GitHub
parent 226ffdcd20
commit 98d8cd99fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"