Skip to content

Commit e94ea4b

Browse files
committed
Updated Ferret runtime to 0.16.1
1 parent 1829df2 commit e94ea4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/MontFerret/worker
33
go 1.14
44

55
require (
6-
github.com/MontFerret/ferret v0.16.0
6+
github.com/MontFerret/ferret v0.16.1
77
github.com/hashicorp/golang-lru v0.5.4
88
github.com/labstack/echo/v4 v4.6.1
99
github.com/namsral/flag v1.7.4-pre

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
22
github.com/Masterminds/glide v0.13.2/go.mod h1:STyF5vcenH/rUqTEv+/hBXlSTo7KYwg2oc2f4tzPWic=
33
github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
44
github.com/Masterminds/vcs v1.13.0/go.mod h1:N09YCmOQr6RLxC6UNHzuVwAdodYbbnycGHSmwVJjcKA=
5-
github.com/MontFerret/ferret v0.16.0 h1:CFaBE0YjB3ovCUooZLwly3pJi/IQ5Z1pGK0ORFBof5Y=
6-
github.com/MontFerret/ferret v0.16.0/go.mod h1:sYdL9nEVhCx+pfH2M5uQOiZtRteoURm0+VM7BurNHQw=
5+
github.com/MontFerret/ferret v0.16.1 h1:+f4soLtIdV7XTSkKiGwhzemH/WfDbsimJzC9Cg0I/Gk=
6+
github.com/MontFerret/ferret v0.16.1/go.mod h1:sYdL9nEVhCx+pfH2M5uQOiZtRteoURm0+VM7BurNHQw=
77
github.com/PuerkitoBio/goquery v1.8.0 h1:PJTF7AmFCFKk1N6V6jmKfrNH9tV5pNE6lZMkG0gta/U=
88
github.com/PuerkitoBio/goquery v1.8.0/go.mod h1:ypIiRMtY7COPGk+I/YbZLbxsxn9g5ejnI2HSMtkjZvI=
99
github.com/andybalholm/cascadia v1.3.1 h1:nhxRkql1kdYCc8Snf7D5/D3spOX+dBgjA6u8x004T2c=

0 commit comments

Comments
 (0)