https://github.com/osquery/osquery logo
Title
w

Wojtek

11/18/2020, 9:52 PM
Hello, any idea why I am getting below errors on fetching osquery-go ?
go get <http://github.com/kolide/osquery-go|github.com/kolide/osquery-go>
# <http://github.com/kolide/osquery-go/gen/osquery|github.com/kolide/osquery-go/gen/osquery>
../../go/src/github.com/kolide/osquery-go/gen/osquery/osquery.go:134:37: not enough arguments in call to iprot.ReadStructBegin
	have ()
	want (context.Context)
../../go/src/github.com/kolide/osquery-go/gen/osquery/osquery.go:140:57: not enough arguments in call to iprot.ReadFieldBegin
	have ()
	want (context.Context)
../../go/src/github.com/kolide/osquery-go/gen/osquery/osquery.go:152:29: not enough arguments in call to iprot.Skip
	have (thrift.TType)
	want (context.Context, thrift.TType)
../../go/src/github.com/kolide/osquery-go/gen/osquery/osquery.go:181:33: not enough arguments in call to iprot.ReadFieldEnd
	have ()
	want (context.Context)
../../go/src/github.com/kolide/osquery-go/gen/osquery/osquery.go:185:32: not enough arguments in call to iprot.ReadStructEnd
	have ()
	want (context.Context)
../../go/src/github.com/kolide/osquery-go/gen/osquery/osquery.go:192:32: not enough arguments in call to iprot.ReadString
	have ()
	want (context.Context)
../../go/src/github.com/kolide/osquery-go/gen/osquery/osquery.go:201:32: not enough arguments in call to iprot.ReadString
	have ()
	want (context.Context)
../../go/src/github.com/kolide/osquery-go/gen/osquery/osquery.go:210:32: not enough arguments in call to iprot.ReadString
	have ()
	want (context.Context)
../../go/src/github.com/kolide/osquery-go/gen/osquery/osquery.go:219:35: not enough arguments in call to oprot.WriteStructBegin
	have (string)
	want (context.Context, string)
../../go/src/github.com/kolide/osquery-go/gen/osquery/osquery.go:226:33: not enough arguments in call to oprot.WriteFieldStop
	have ()
	want (context.Context)
../../go/src/github.com/kolide/osquery-go/gen/osquery/osquery.go:226:33: too many errors
t

terracatta

11/18/2020, 10:05 PM
Hi Wojtek, discussions for Fleet have moved to #fleet
See the announcement pinned to the channel for more information
z

zwass

11/18/2020, 10:11 PM
It's an osquery-go issue. Maybe we should move those over to #golang?