Skip to content

Commit

Permalink
Bump supported Caddy version to get around Go 1.15 incompatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
  • Loading branch information
hairyhenderson committed Sep 13, 2020
1 parent f1cafe8 commit 3540026
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 636 deletions.
6 changes: 3 additions & 3 deletions example/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/hairyhenderson/caddy-teapot-module/example

go 1.14
go 1.15

require (
github.com/caddyserver/caddy/v2 v2.0.0-rc.3
github.com/hairyhenderson/caddy-teapot-module v0.0.1
github.com/caddyserver/caddy/v2 v2.2.0-rc.1.0.20200911194521-4217217badf2
github.com/hairyhenderson/caddy-teapot-module v0.0.3-0
)

replace github.com/hairyhenderson/caddy-teapot-module => ../
Loading

0 comments on commit 3540026

Please # to comment.