File tree Expand file tree Collapse file tree
flyteplugins/go/tasks/pluginmachinery/flytek8s Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ import (
1111 "net/http/httptest"
1212
1313 "connectrpc.com/connect"
14- "github.com/golang/protobuf/proto" //nolint: staticcheck
1514 "github.com/stretchr/testify/assert"
1615 "github.com/stretchr/testify/mock"
16+ "google.golang.org/protobuf/proto"
1717 "google.golang.org/protobuf/types/known/durationpb"
1818 "k8s.io/apimachinery/pkg/api/resource"
1919
Original file line number Diff line number Diff line change 55 "encoding/json"
66 "errors"
77 "fmt"
8+ "os"
89 "path/filepath"
910 "reflect"
1011 "testing"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "sync"
1212
1313 "github.com/fsnotify/fsnotify"
14- "github.com/go-viper /mapstructure/v2 "
14+ "github.com/mitchellh /mapstructure"
1515 "github.com/pkg/errors"
1616 "github.com/spf13/cobra"
1717 "github.com/spf13/pflag"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ require (
5555 github.com/sirupsen/logrus v1.9.3
5656 github.com/spf13/cobra v1.9.1
5757 github.com/spf13/pflag v1.0.10
58- github.com/spf13/viper v1.20.1
58+ github.com/spf13/viper v1.11.0
5959 github.com/stretchr/testify v1.11.1
6060 github.com/vmihailenco/msgpack/v5 v5.4.1
6161 go.opentelemetry.io/otel v1.37.0
Original file line number Diff line number Diff line change @@ -390,6 +390,7 @@ github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wx
390390github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
391391github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk =
392392github.com/spf13/pflag v1.0.10 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
393+ github.com/spf13/viper v1.11.0 /go.mod h1:djo0X/bA5+tYVoCn+C7cAYJGcVn/qYLFTG8gdUsX7Zk =
393394github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4 =
394395github.com/spf13/viper v1.20.1 /go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4 =
395396github.com/spiffe/go-spiffe/v2 v2.5.0 h1:N2I01KCUkv1FAjZXJMwh95KK1ZIQLYbPfhaxw8WS0hE =
You can’t perform that action at this time.
0 commit comments