Patryk Małek

Results 4 comments of Patryk Małek

To quote @mediocregopher (from https://github.com/mediocregopher/radix/issues/50#issuecomment-441482073) > Hey @armsnyder , it seems like other people are having similar problems with glide, like in [this issue](https://github.com/Masterminds/glide/issues/1017) Unfortunately there's not much I can...

The replace ``` replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20191002171323-e53d23c16c80 ``` worked for me on go 1.12.7 but as of go1.13 I get this: ``` go: google.golang.org/[email protected] requires [email protected] requires github.com/apache/[email protected]: invalid...

After fixing the timestamp to the following: ``` replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20190210181146-e53d23c16c80 ``` with go 1.13 I get ``` go: github.com/apache/[email protected] used for two different module paths (git.apache.org/thrift.git and...

Ha! Didn't think about this obvious solution. Still it would be nice to implement it in here to make it more idiomatic. Instead of importing a separate package and calling...