mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 21:23:52 +07:00
c482644ce7
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.31.0 to 1.34.0. - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.31.0...v1.34.0) --- updated-dependencies: - dependency-name: github.com/valyala/fasthttp dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
39 lines
1.4 KiB
Modula-2
39 lines
1.4 KiB
Modula-2
module github.com/joohoi/acme-dns
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
|
github.com/ajg/form v1.5.1 // indirect
|
|
github.com/caddyserver/certmagic v0.17.2
|
|
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5
|
|
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
|
|
github.com/gavv/httpexpect v2.0.0+incompatible
|
|
github.com/go-acme/lego/v3 v3.9.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/imkira/go-interpol v1.1.0 // indirect
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
|
|
github.com/lib/pq v1.10.7
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
github.com/mholt/acmez v1.1.0
|
|
github.com/miekg/dns v1.1.51
|
|
github.com/moul/http2curl v1.0.0 // indirect
|
|
github.com/rs/cors v1.8.3
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/valyala/fasthttp v1.34.0 // indirect
|
|
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
|
|
github.com/yudai/gojsondiff v1.0.0 // indirect
|
|
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
|
|
github.com/yudai/pp v2.0.1+incompatible // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
go.uber.org/zap v1.24.0 // indirect
|
|
golang.org/x/crypto v0.7.0
|
|
golang.org/x/mod v0.9.0 // indirect
|
|
)
|