-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade caddy version to 2.4.1 (#42)
- Loading branch information
Showing
9 changed files
with
310 additions
and
465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,16 @@ | ||
module github.com/sillygod/cdp-cache | ||
|
||
go 1.14 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/armon/go-metrics v0.3.3 // indirect | ||
github.com/caddyserver/caddy/v2 v2.1.1 | ||
github.com/cenkalti/backoff/v3 v3.2.2 // indirect | ||
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // indirect | ||
github.com/go-redis/redis v6.15.8+incompatible | ||
github.com/google/uuid v1.1.1 | ||
github.com/hashicorp/consul/api v1.5.0 | ||
github.com/hashicorp/go-hclog v0.14.1 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect | ||
github.com/hashicorp/go-msgpack v0.5.5 // indirect | ||
github.com/hashicorp/go-sockaddr v1.0.2 // indirect | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hashicorp/serf v0.9.2 // indirect | ||
github.com/caddyserver/caddy/v2 v2.4.1 | ||
github.com/go-redis/redis v6.15.9+incompatible | ||
github.com/google/uuid v1.2.0 | ||
github.com/hashicorp/consul/api v1.8.1 | ||
github.com/influxdata/influxdb-client-go v1.4.0 | ||
github.com/mailgun/groupcache/v2 v2.2.0 | ||
github.com/mitchellh/go-testing-interface v1.0.3 // indirect | ||
github.com/mitchellh/mapstructure v1.3.1 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.1 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/ory/dockertest/v3 v3.6.0 | ||
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 | ||
github.com/stretchr/testify v1.6.1 | ||
go.uber.org/zap v1.15.0 | ||
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect | ||
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect | ||
golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d // indirect | ||
github.com/mailgun/groupcache/v2 v2.2.1 | ||
github.com/ory/dockertest/v3 v3.6.5 | ||
github.com/pquerna/cachecontrol v0.1.0 | ||
github.com/stretchr/testify v1.7.0 | ||
go.uber.org/zap v1.17.0 | ||
) |
Oops, something went wrong.