* MM-37186: Update dependencies The split client libraries were excluded from being upgraded. See: https://github.com/splitio/go-split-commons/issues/56 https://mattermost.atlassian.net/browse/MM-37186 ```release-note NONE ``` * Ignore staticcheck deprecation warnings ```release-note NONE ```
9 строки
153 B
Modula-2
9 строки
153 B
Modula-2
module github.com/PuerkitoBio/goquery
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.2.0
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
)
|
|
|
|
go 1.13
|