Commit 760a54c 1 parent 836ff75 commit 760a54c Copy full SHA for 760a54c
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/slack-go/slack v0.12.1
10
10
github.com/spf13/pflag v1.0.5
11
11
github.com/traefik/traefik/v2 v2.6.7
12
- gopkg.in/yaml.v2 v2.4.0
12
+ gopkg.in/yaml.v3 v3.0.1
13
13
k8s.io/apimachinery v0.26.0
14
14
k8s.io/client-go v0.26.0
15
15
)
@@ -57,7 +57,7 @@ require (
57
57
google.golang.org/appengine v1.6.7 // indirect
58
58
google.golang.org/protobuf v1.28.1 // indirect
59
59
gopkg.in/inf.v0 v0.9.1 // indirect
60
- gopkg.in/yaml.v3 v3.0.1 // indirect
60
+ gopkg.in/yaml.v2 v2.4.0 // indirect
61
61
k8s.io/api v0.26.0 // indirect
62
62
k8s.io/klog/v2 v2.80.1 // indirect
63
63
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
Original file line number Diff line number Diff line change 7
7
"github.com/cloudflare/cloudflare-go"
8
8
9
9
log "github.com/sirupsen/logrus"
10
- "gopkg.in/yaml.v2 "
10
+ "gopkg.in/yaml.v3 "
11
11
)
12
12
13
13
type Configuration struct {
You can’t perform that action at this time.
0 commit comments