xcaddy/go.mod
Mohammed Al Sahaf 2887af6a01
feat: allow fs embedding with --embed (#160)
* feat: allow fs embedding with `--embed`

* code review

* remove utils/io.go

* don't shadow `err`

* add syntax and examples to README
2023-12-18 13:22:47 -07:00

9 lines
160 B
Modula-2

module github.com/caddyserver/xcaddy
go 1.14
require (
github.com/Masterminds/semver/v3 v3.2.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
)