Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Aug 4, 2022
1 parent 01cdf6a commit 42c93d6
Show file tree
Hide file tree
Showing 102 changed files with 4,356 additions and 1,143 deletions.
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ go 1.18

require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/caddyserver/certmagic v0.16.1
github.com/caddyserver/certmagic v0.16.2
github.com/chzyer/readline v1.5.1
github.com/ddliu/go-httpclient v0.6.9
github.com/denisenkom/go-mssqldb v0.12.2
github.com/didip/tollbooth v4.0.2+incompatible
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
github.com/evanw/esbuild v0.14.49
github.com/evanw/esbuild v0.14.53
github.com/go-gcfg/gcfg v1.2.3
github.com/lib/pq v1.10.6
github.com/lucas-clemente/quic-go v0.28.0
github.com/lucas-clemente/quic-go v0.28.1
github.com/mitchellh/go-homedir v1.1.0
github.com/natefinch/pie v0.0.0-20170715172608-9a0d72014007
github.com/russross/blackfriday/v2 v2.1.0
github.com/sirupsen/logrus v1.8.1
github.com/sirupsen/logrus v1.9.0
github.com/tylerb/graceful v1.2.15
github.com/wellington/sass v0.0.0-20160911051022-cab90b3986d6
github.com/xyproto/ask v1.0.1-0.20190918171905-3782b6dc3afd
Expand All @@ -44,13 +44,13 @@ require (
github.com/xyproto/tinysvg v1.1.0
github.com/xyproto/unzip v0.0.0-20150601123358-823950573952
github.com/yosssi/gcss v0.1.0
golang.org/x/net v0.0.0-20220708220712-1185a9018129
golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
)

require (
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
Expand All @@ -65,12 +65,12 @@ require (
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
github.com/marten-seemann/qtls-go1-17 v0.1.2 // indirect
github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect
github.com/marten-seemann/qtls-go1-19 v0.1.0-beta.1 // indirect
github.com/marten-seemann/qtls-go1-19 v0.1.0 // indirect
github.com/mattetti/filebuffer v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mholt/acmez v1.0.3 // indirect
github.com/mholt/acmez v1.0.4 // indirect
github.com/miekg/dns v1.1.50 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
Expand All @@ -85,17 +85,17 @@ require (
github.com/xyproto/simplehstore v1.8.1 // indirect
github.com/xyproto/simplemaria v0.0.0-20190613092611-fe65bee4fd92 // indirect
github.com/xyproto/symwalk v1.1.1 // indirect
github.com/xyproto/vt100 v1.11.0 // indirect
github.com/xyproto/vt100 v1.11.1 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
golang.org/x/tools v0.1.11 // indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
golang.org/x/tools v0.1.12 // indirect
gopkg.in/gcfg.v1 v1.2.3 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
Expand Down
55 changes: 28 additions & 27 deletions go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vendor/github.com/caddyserver/certmagic/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions vendor/github.com/caddyserver/certmagic/account.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 18 additions & 55 deletions vendor/github.com/caddyserver/certmagic/acmeclient.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 42c93d6

Please sign in to comment.