Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

go1.16rc1 build fails #490

@andig

Description

@andig

Run of go mod tidy is needed:

❯ go1.16rc1 run github.com/ksync/ksync/cmd/ksync
go: downloading github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/jpillora/overseer v1.1.6
go: downloading github.com/logrusorgru/aurora v2.0.3+incompatible
go: downloading github.com/sevlyar/go-daemon v0.1.5
go: downloading github.com/timfallmk/go-daemon v0.1.3-0.20180206012933-0e4d2554c235
go: downloading github.com/timfallmk/overseer v0.0.0-20200214205711-64f40ac3a421
go: downloading github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee
go: downloading k8s.io/api v0.17.4
go: downloading k8s.io/apimachinery v0.17.4
go: downloading k8s.io/client-go v0.17.4
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
go: downloading github.com/mattn/go-runewidth v0.0.8
go: downloading github.com/jpillora/s3 v1.1.4
go: downloading github.com/pelletier/go-toml v1.6.0
go: downloading gopkg.in/ini.v1 v1.52.0
go: downloading github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
go: downloading gopkg.in/resty.v1 v1.12.0
go: downloading k8s.io/klog v1.0.0
go: downloading github.com/google/gofuzz v1.1.0
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading sigs.k8s.io/yaml v1.2.0
go: downloading github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
go: downloading k8s.io/utils v0.0.0-20200124190032-861946025e34
go: downloading github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c
go: downloading cloud.google.com/go v0.53.0
pkg/cli/tasks.go:8:2: missing go.sum entry for module providing package github.com/briandowns/spinner (imported by github.com/ksync/ksync/pkg/cli); to add:
        go get github.com/ksync/ksync/pkg/cli
cmd/ksync/get.go:11:2: missing go.sum entry for module providing package github.com/golang/protobuf/jsonpb (imported by github.com/ksync/ksync/cmd/ksync); to add:
        go get github.com/ksync/ksync/cmd/ksync
pkg/proto/ksync.pb.go:6:8: missing go.sum entry for module providing package github.com/golang/protobuf/proto (imported by github.com/ksync/ksync/pkg/proto); to add:
        go get github.com/ksync/ksync/pkg/proto
../../go/pkg/mod/github.com/googleapis/gnostic@v0.0.0-20170729233727-0c5108395e2d/extensions/extensions.go:23:2: missing go.sum entry for module providing package github.com/golang/protobuf/ptypes (imported by github.com/googleapis/gnostic/extensions); to add:
        go get github.com/googleapis/gnostic/extensions@v0.0.0-20170729233727-0c5108395e2d
../../go/pkg/mod/github.com/googleapis/gnostic@v0.0.0-20170729233727-0c5108395e2d/OpenAPIv2/OpenAPIv2.pb.go:78:8: missing go.sum entry for module providing package github.com/golang/protobuf/ptypes/any (imported by github.com/googleapis/gnostic/OpenAPIv2); to add:
        go get github.com/googleapis/gnostic/OpenAPIv2@v0.0.0-20170729233727-0c5108395e2d
cmd/ksync/delete.go:8:2: missing go.sum entry for module providing package github.com/golang/protobuf/ptypes/empty (imported by github.com/ksync/ksync/cmd/ksync); to add:
        go get github.com/ksync/ksync/cmd/ksync
../../go/pkg/mod/k8s.io/apimachinery@v0.17.4/pkg/runtime/serializer/json/json.go:25:2: missing go.sum entry for module providing package github.com/json-iterator/go (imported by k8s.io/apimachinery/pkg/runtime/serializer/json); to add:
        go get k8s.io/apimachinery/pkg/runtime/serializer/json@v0.17.4
../../go/pkg/mod/github.com/spf13/viper@v1.7.1/viper.go:41:2: missing go.sum entry for module providing package github.com/mitchellh/mapstructure (imported by github.com/ksync/ksync/pkg/ksync); to add:
        go get github.com/ksync/ksync/pkg/ksync
pkg/cli/cmd.go:4:2: missing go.sum entry for module providing package github.com/spf13/cobra (imported by github.com/ksync/ksync/cmd/ksync); to add:
        go get github.com/ksync/ksync/cmd/ksync
pkg/syncthing/device.go:4:2: missing go.sum entry for module providing package github.com/syncthing/syncthing/lib/config (imported by github.com/ksync/ksync/pkg/ksync); to add:
        go get github.com/ksync/ksync/pkg/ksync
pkg/syncthing/events.go:7:2: missing go.sum entry for module providing package github.com/syncthing/syncthing/lib/events (imported by github.com/ksync/ksync/pkg/ksync); to add:
        go get github.com/ksync/ksync/pkg/ksync
pkg/ksync/folder.go:20:2: missing go.sum entry for module providing package github.com/syncthing/syncthing/lib/fs (imported by github.com/ksync/ksync/pkg/ksync); to add:
        go get github.com/ksync/ksync/pkg/ksync
pkg/syncthing/device.go:5:2: missing go.sum entry for module providing package github.com/syncthing/syncthing/lib/protocol (imported by github.com/ksync/ksync/pkg/syncthing); to add:
        go get github.com/ksync/ksync/pkg/syncthing
pkg/cli/tasks.go:11:2: missing go.sum entry for module providing package golang.org/x/crypto/ssh/terminal (imported by github.com/ksync/ksync/pkg/cli); to add:
        go get github.com/ksync/ksync/pkg/cli
pkg/proto/ksync.pb.go:12:2: missing go.sum entry for module providing package golang.org/x/net/context (imported by github.com/ksync/ksync/cmd/ksync); to add:
        go get github.com/ksync/ksync/cmd/ksync
../../go/pkg/mod/golang.org/x/oauth2@v0.0.0-20200107190931-bf48bf16ab8d/internal/token.go:23:2: missing go.sum entry for module providing package golang.org/x/net/context/ctxhttp (imported by golang.org/x/oauth2/internal); to add:
        go get golang.org/x/oauth2/internal@v0.0.0-20200107190931-bf48bf16ab8d
../../go/pkg/mod/k8s.io/apimachinery@v0.17.4/pkg/util/net/http.go:34:2: missing go.sum entry for module providing package golang.org/x/net/http2 (imported by k8s.io/client-go/rest); to add:
        go get k8s.io/client-go/rest@v0.17.4
../../go/pkg/mod/gopkg.in/resty.v1@v1.12.0/default.go:18:2: missing go.sum entry for module providing package golang.org/x/net/publicsuffix (imported by gopkg.in/resty.v1); to add:
        go get gopkg.in/resty.v1@v1.12.0
../../go/pkg/mod/github.com/fsnotify/fsnotify@v1.4.9/kqueue.go:18:2: missing go.sum entry for module providing package golang.org/x/sys/unix (imported by github.com/fsnotify/fsnotify); to add:
        go get github.com/fsnotify/fsnotify@v1.4.9
../../go/pkg/mod/github.com/spf13/afero@v1.2.2/util.go:28:2: missing go.sum entry for module providing package golang.org/x/text/transform (imported by github.com/spf13/afero); to add:
        go get github.com/spf13/afero@v1.2.2
../../go/pkg/mod/github.com/spf13/afero@v1.2.2/util.go:29:2: missing go.sum entry for module providing package golang.org/x/text/unicode/norm (imported by github.com/spf13/afero); to add:
        go get github.com/spf13/afero@v1.2.2
../../go/pkg/mod/k8s.io/client-go@v0.17.4/util/flowcontrol/throttle.go:25:2: missing go.sum entry for module providing package golang.org/x/time/rate (imported by k8s.io/client-go/util/flowcontrol); to add:
        go get k8s.io/client-go/util/flowcontrol@v0.17.4
pkg/proto/ksync.pb.go:13:2: missing go.sum entry for module providing package google.golang.org/grpc (imported by github.com/ksync/ksync/cmd/ksync); to add:
        go get github.com/ksync/ksync/cmd/ksync
../../go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.2.2/logging/common.go:11:2: missing go.sum entry for module providing package google.golang.org/grpc/codes (imported by github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus); to add:
        go get github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus@v1.2.2
../../go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.2.2/logging/logrus/grpclogger.go:8:2: missing go.sum entry for module providing package google.golang.org/grpc/grpclog (imported by github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus); to add:
        go get github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus@v1.2.2
../../go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.2.2/tags/interceptors.go:10:2: missing go.sum entry for module providing package google.golang.org/grpc/peer (imported by github.com/grpc-ecosystem/go-grpc-middleware/tags); to add:
        go get github.com/grpc-ecosystem/go-grpc-middleware/tags@v1.2.2
../../go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.2.2/logging/common.go:12:2: missing go.sum entry for module providing package google.golang.org/grpc/status (imported by github.com/grpc-ecosystem/go-grpc-middleware/logging); to add:
        go get github.com/grpc-ecosystem/go-grpc-middleware/logging@v1.2.2
../../go/pkg/mod/github.com/spf13/viper@v1.7.1/viper.go:49:2: missing go.sum entry for module providing package gopkg.in/yaml.v2 (imported by github.com/ksync/ksync/pkg/ksync); to add:
        go get github.com/ksync/ksync/pkg/ksync

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions