Open swissChili opened 5 years ago
Looks like a dependency has changed. There should be a make target that Syncs dependencies better than go get
From: Cheese Cake Aficionado notifications@github.com
Sent: Saturday, December 22, 2018 7:09 PM
To: wellington/sass
Cc: Subscribed
Subject: [wellington/sass] go get
fails on go1.11.2 linux/amd64 (#46)
When running go get -u github.com/wellington/sass/sass (the command listed in the readme), Go outputs the following error:
../../../go/src/github.com/wellington/sass/sass/cmd/compile.go:31:11: undefined: compiler.File
I know this lib has not been updated in a long time, but it is not archived so I'm not sure if there are any plans to maintain this. Since it has not been updated in 2 years the build fail is probably due to some Go update, although I'm not altogether sure.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/wellington/sass/issues/46, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAOmE1ZCwGOR8rbfm4vyCtpIrpkBQfkzks5u7sm5gaJpZM4Zfp_2.
When running
go get -u github.com/wellington/sass/sass
(the command listed in the readme), Go outputs the following error:I know this lib has not been updated in a long time, but it is not archived so I'm not sure if there are any plans to maintain this. Since it has not been updated in 2 years the build fail is probably due to some Go update, although I'm not altogether sure.