Skip to content

Commit cc1ff12

Browse files
committed
Updated Ferret runtime and other dependencies
1 parent 97a8f6f commit cc1ff12

File tree

3 files changed

+160
-68
lines changed

3 files changed

+160
-68
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Changelog
22

3+
### 1.7.0
4+
#### Updated
5+
- Updated Chromium to 93.0.4577.0
6+
- Updated Ferret to 0.16.0
7+
- Updated other dependencies
8+
9+
### 1.6.0
10+
#### Updated
11+
- Updated dependencies
12+
- Updated install.sh script
13+
- Updated license badge
14+
315
### 1.5.0
416
#### Added
517
- "version" command

go.mod

Lines changed: 65 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,75 @@
11
module github.com/MontFerret/lab
22

3-
go 1.16
3+
go 1.17
44

55
require (
6-
github.com/MontFerret/ferret v0.15.0
7-
github.com/go-git/go-billy/v5 v5.2.0
8-
github.com/go-git/go-git/v5 v5.3.0
6+
github.com/MontFerret/ferret v0.16.0
7+
github.com/go-git/go-billy/v5 v5.3.1
8+
github.com/go-git/go-git/v5 v5.4.2
99
github.com/gobwas/glob v0.2.3
10-
github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd
11-
github.com/hashicorp/go-retryablehttp v0.6.8
12-
github.com/labstack/echo/v4 v4.2.2
10+
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
11+
github.com/hashicorp/go-retryablehttp v0.7.0
12+
github.com/labstack/echo/v4 v4.6.1
1313
github.com/pkg/errors v0.9.1
14-
github.com/rs/zerolog v1.21.0
15-
github.com/smartystreets/goconvey v1.6.4
14+
github.com/rs/zerolog v1.26.0
15+
github.com/smartystreets/goconvey v1.7.2
1616
github.com/urfave/cli/v2 v2.3.0
1717
github.com/ziflex/waitfor v1.1.0
1818
gopkg.in/yaml.v2 v2.4.0
1919
)
20+
21+
require (
22+
github.com/Microsoft/go-winio v0.4.16 // indirect
23+
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
24+
github.com/PuerkitoBio/goquery v1.8.0 // indirect
25+
github.com/acomagu/bufpipe v1.0.3 // indirect
26+
github.com/andybalholm/cascadia v1.3.1 // indirect
27+
github.com/antchfx/htmlquery v1.2.4 // indirect
28+
github.com/antchfx/xpath v1.2.0 // indirect
29+
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211014165551-23f93e0d1b42 // indirect
30+
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
31+
github.com/corpix/uarand v0.1.1 // indirect
32+
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
33+
github.com/emirpasic/gods v1.12.0 // indirect
34+
github.com/go-git/gcfg v1.5.0 // indirect
35+
github.com/go-sql-driver/mysql v1.5.0 // indirect
36+
github.com/go-stack/stack v1.8.0 // indirect
37+
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
38+
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
39+
github.com/golang/snappy v0.0.1 // indirect
40+
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
41+
github.com/gorilla/css v1.0.0 // indirect
42+
github.com/gorilla/websocket v1.4.2 // indirect
43+
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
44+
github.com/imdario/mergo v0.3.12 // indirect
45+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
46+
github.com/jtolds/gls v4.20.0+incompatible // indirect
47+
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
48+
github.com/klauspost/compress v1.9.5 // indirect
49+
github.com/labstack/gommon v0.3.0 // indirect
50+
github.com/lib/pq v1.3.0 // indirect
51+
github.com/mafredri/cdp v0.32.0 // indirect
52+
github.com/mattn/go-colorable v0.1.8 // indirect
53+
github.com/mattn/go-isatty v0.0.14 // indirect
54+
github.com/mitchellh/go-homedir v1.1.0 // indirect
55+
github.com/mitchellh/go-ps v1.0.0 // indirect
56+
github.com/russross/blackfriday/v2 v2.0.1 // indirect
57+
github.com/sergi/go-diff v1.1.0 // indirect
58+
github.com/sethgrid/pester v1.1.0 // indirect
59+
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
60+
github.com/smartystreets/assertions v1.2.0 // indirect
61+
github.com/valyala/bytebufferpool v1.0.0 // indirect
62+
github.com/valyala/fasttemplate v1.2.1 // indirect
63+
github.com/wI2L/jettison v0.7.3 // indirect
64+
github.com/xanzy/ssh-agent v0.3.0 // indirect
65+
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
66+
github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc // indirect
67+
go.mongodb.org/mongo-driver v1.3.1 // indirect
68+
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
69+
golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect
70+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
71+
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
72+
golang.org/x/text v0.3.7 // indirect
73+
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
74+
gopkg.in/warnings.v0 v0.1.2 // indirect
75+
)

0 commit comments

Comments
 (0)