Skip to content

Commit d996208

Browse files
committed
Stuff
Signed-off-by: Jason Parraga <sovietaced@gmail.com>
1 parent 1b7129f commit d996208

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

dataproxy/service/dataproxy_service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

flyteplugins/go/tasks/pluginmachinery/flytek8s/pod_helper_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"encoding/json"
66
"errors"
77
"fmt"
8+
"os"
89
"path/filepath"
910
"reflect"
1011
"testing"

flytestdlib/config/viper/viper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wx
390390
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
391391
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
392392
github.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=
393394
github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=
394395
github.com/spf13/viper v1.20.1/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
395396
github.com/spiffe/go-spiffe/v2 v2.5.0 h1:N2I01KCUkv1FAjZXJMwh95KK1ZIQLYbPfhaxw8WS0hE=

0 commit comments

Comments
 (0)