wtfutil / wtf

The personal information dashboard for your terminal
http://wtfutil.com
Mozilla Public License 2.0
15.85k stars 803 forks source link

go get failed - #455

Closed yammesicka closed 5 years ago

yammesicka commented 5 years ago

What's the problem?

Commands:

export GOPROXY="https://gocenter.io"
export GO111MODULE=on
go get -v -u github.com/wtfutil/wtf

Output (trimmed):

github.com/wtfutil/wtf/modules/gitlab
# github.com/wtfutil/wtf/modules/gitlab
pkg/mod/github.com/wtfutil/wtf@v0.10.0/modules/gitlab/gitlab_repo.go:106:61: not enough arguments in call to project.gitlab.Projects.GetProject
    have (string)
    want (interface {}, *gitlab.GetProjectOptions, ...gitlab.OptionFunc)

Operating system

Linux 5.0.13-arch1-1-ARCH #1 SMP PREEMPT Sun May 5 18:05:41 UTC 2019 x86_64 GNU/Linux

Terminal program & version

WTF version

wtf@v0.10.0

senorprogrammer commented 5 years ago

v0.10.2 has a fix in for this.