We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f75abad + 1b8180a commit 2b6d2d9Copy full SHA for 2b6d2d9
1 file changed
vendor.mod
@@ -32,6 +32,7 @@ require (
32
github.com/morikuni/aec v1.0.0
33
github.com/opencontainers/go-digest v1.0.0
34
github.com/opencontainers/image-spec v1.1.0
35
+ github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
36
github.com/pkg/errors v0.9.1
37
github.com/sirupsen/logrus v1.9.3
38
github.com/spf13/cobra v1.8.1
@@ -80,7 +81,6 @@ require (
80
81
github.com/moby/sys/symlink v0.3.0 // indirect
82
github.com/moby/sys/user v0.3.0 // indirect
83
github.com/moby/sys/userns v0.1.0 // indirect
- github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
84
github.com/prometheus/client_golang v1.17.0 // indirect
85
github.com/prometheus/client_model v0.5.0 // indirect
86
github.com/prometheus/common v0.44.0 // indirect
0 commit comments