mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Fix Errors in azuredevops and devto modules
azuredevops had a error due to cli being a pointer to interface rather than interface. devto module's `widget.articles` and `displayArticles` data type changed to `devto.ListedArticles`.
This commit is contained in:
2
vendor/github.com/PuerkitoBio/goquery/go.mod
generated
vendored
2
vendor/github.com/PuerkitoBio/goquery/go.mod
generated
vendored
@@ -4,3 +4,5 @@ require (
|
||||
github.com/andybalholm/cascadia v1.0.0
|
||||
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
|
||||
)
|
||||
|
||||
go 1.13
|
||||
|
||||
Reference in New Issue
Block a user