File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pkg/transport/tunnel/ngrok Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ require (
44
44
golang.org/x/oauth2 v0.30.0
45
45
golang.org/x/sync v0.16.0
46
46
golang.org/x/term v0.34.0
47
- gopkg.in/yaml.v2 v2.4.0
48
47
gopkg.in/yaml.v3 v3.0.1
49
48
gotest.tools v2.2.0+incompatible
50
49
k8s.io/api v0.33.3
@@ -255,6 +254,7 @@ require (
255
254
google.golang.org/protobuf v1.36.6 // indirect
256
255
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
257
256
gopkg.in/inf.v0 v0.9.1 // indirect
257
+ gopkg.in/yaml.v2 v2.4.0 // indirect
258
258
gotest.tools/v3 v3.5.2 // indirect
259
259
k8s.io/apiextensions-apiserver v0.33.0 // indirect
260
260
k8s.io/klog/v2 v2.130.1 // indirect
Original file line number Diff line number Diff line change 9
9
"strings"
10
10
11
11
"golang.ngrok.com/ngrok/v2"
12
- "gopkg.in/yaml.v2 "
12
+ "gopkg.in/yaml.v3 "
13
13
14
14
"github.com/stacklok/toolhive/pkg/logger"
15
15
)
You can’t perform that action at this time.
0 commit comments