aboutsummaryrefslogtreecommitdiff
path: root/go.mod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-7/+0
| | | | file each
* update go version to 1.19Yasuhiro Matsumoto2024-01-251-1/+1
|
* Retract +incompatible releasesBryan C. Mills2022-08-161-1/+5
| | | | | | | (For #965.) This retraction will take effect when this commit is included in the latest v1 release (presumably v1.14.11).
* Drop go1.11 (#852)mattn2020-11-171-1/+1
| | | | | * Drop go1.11 * Use go1.12
* Add build tag ignore for upgrade script (#851)mattn2020-09-111-5/+0
|
* Update dependenciesYasuhiro Matsumoto2020-04-161-1/+4
|
* feat: add go modules (#781)Karthik K2020-04-161-0/+5
* feat: add go modules * feat: upgrade goquery dependency