diff options
| author | chrislu <chris.lu@gmail.com> | 2022-08-17 14:45:38 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-08-17 14:45:38 -0700 |
| commit | 4ffbda1c4323fc2b4cba04c7caf736c5374b7cdf (patch) | |
| tree | 5d7c30f7f6b7dedaf659314cbb73b9f1688ece0f /unmaintained/load_test | |
| parent | 2b580a7566536fb229a50af94b67d9df46724f34 (diff) | |
| download | seaweedfs-4ffbda1c4323fc2b4cba04c7caf736c5374b7cdf.tar.xz seaweedfs-4ffbda1c4323fc2b4cba04c7caf736c5374b7cdf.zip | |
fix building for unmaintained
Diffstat (limited to 'unmaintained/load_test')
| -rw-r--r-- | unmaintained/load_test/load_test_meta_tail/load_test_meta_tail.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unmaintained/load_test/load_test_meta_tail/load_test_meta_tail.go b/unmaintained/load_test/load_test_meta_tail/load_test_meta_tail.go index 9cc048cf6..06e47c113 100644 --- a/unmaintained/load_test/load_test_meta_tail/load_test_meta_tail.go +++ b/unmaintained/load_test/load_test_meta_tail/load_test_meta_tail.go @@ -7,6 +7,7 @@ import ( "github.com/seaweedfs/seaweedfs/weed/pb" "github.com/seaweedfs/seaweedfs/weed/pb/filer_pb" "google.golang.org/grpc" + "google.golang.org/grpc/credentials/insecure" "strconv" "time" ) |
