-
-
Replace 'an' with 'a'
https://github.com/Masterminds/glide/blob/master/glide.go#L746
https://github.com/Masterminds/glide/blob/master/glide.go#L808
-
How can I generate a query like this using https://github.com/Masterminds/squirrel:
```
DELETE m
FROM mainschema.maintable AS m
LEFT JOIN (SELECT stagingid
FROM …
-
`DOMDocument::Serialize`, which is called by Drupal's Html::normalize before Drupal 10, appears to fix mismatching tags, but HTML5-php does not.
With DOMDocument, ` Html::normalize()` on `Heading` …
-
(The purpose of this report is to alert `Azure/open-service-broker-azure` to the possible problems when `Azure/open-service-broker-azure` try to upgrade the following dependencies)
## An error will…
-
when running a simple `go build` in the `gopkg.in/src-d/go-kallax.v1` directory (resulting from a go get) I get the following error:
```bash
# gopkg.in/src-d/go-kallax.v1
./store.go:120:12: undef…
faide updated
6 years ago
-
```
$ cat glide.yaml
package: main
import:
- package: github.com/getsentry/raven-go
- package: github.com/mattn/go-colorable
- package: github.com/stretchr/testify
subpackages:
- /assert
- package…
-
It looks like `glide get` will try to update vendored dependencies (which is reasonable as a solver step), and mistakenly assumes that the vendored repositories have their VCS metadata available (whic…
-
An issue got reported a while ago against Masterminds/vcs - Masterminds/vcs#11 - that touches on interactions with git on windows. The corresponding issue for glide is Masterminds/glide#206.
I haven'…
-
Hi,
It looks likes glide undesirably updated a dependency after i did a glide get.
This is the command i ran,
``` sh
glide get github.com/Masterminds/semver
[INFO] Preparing to install 1 package.
…