mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
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`.
9 lines
153 B
Modula-2
9 lines
153 B
Modula-2
module github.com/PuerkitoBio/goquery
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.0.0
|
|
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
|
|
)
|
|
|
|
go 1.13
|