mirror of
https://github.com/caddyserver/xcaddy.git
synced 2024-11-06 01:10:18 +00:00
33a5925979
* embed icon and version information to windows builds * fix lint
10 lines
208 B
Modula-2
10 lines
208 B
Modula-2
module github.com/caddyserver/xcaddy
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.2.1
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/josephspurrier/goversioninfo v1.4.0
|
|
)
|