This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from devsbb/go-mod-new-caddy
Use go mod and new caddy import
- Loading branch information
Showing
11 changed files
with
428 additions
and
229 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
module github.com/lucaslorentz/caddy-supervisor | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/sprig v2.15.0+incompatible | ||
github.com/aokoli/goutils v1.1.0 // indirect | ||
github.com/caddyserver/caddy v1.0.4 | ||
github.com/hacdias/caddy-service v1.0.1 | ||
github.com/huandu/xstrings v1.2.1 // indirect | ||
github.com/imdario/mergo v0.3.8 // indirect | ||
) |
Oops, something went wrong.