intelsdi-x / snap

The open telemetry framework
http://snap-telemetry.io
Apache License 2.0
1.79k stars 297 forks source link

error with snap #1775

Open micruzz82 opened 4 years ago

micruzz82 commented 4 years ago

When trying a go get on another repo, I get the following error

github.com/intelsdi-x/snap/pkg/schedule

/root/go/src/github.com/intelsdi-x/snap/pkg/schedule/cron_schedule.go:64:12: undefined: cron.Parse /root/go/src/github.com/intelsdi-x/snap/pkg/schedule/cron_schedule.go:82:7: assignment mismatch: 1 variable but c.schedule.AddFunc returns 2 values

Is there anyone who can help to fix this?