Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"time"

"github.com/sethvargo/go-envconfig"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v3"
)

// MaxInt32 defines the maximum value of allowed integers and serves to help us avoid overflow/wraparound issues.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ require (
github.com/xo/dburl v0.24.2
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/sync v0.20.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/apimachinery v0.36.0
k8s.io/client-go v0.36.0
)
Expand Down Expand Up @@ -170,6 +169,7 @@ require (
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
k8s.io/api v0.36.0 // indirect
k8s.io/klog/v2 v2.140.0 // indirect
Expand Down
Loading