File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ func main() {\n\
11
11
caddycmd.Main()\n \
12
12
}' > main.go && \
13
13
go env -w GOPROXY="https://goproxy.io,direct" && \
14
- go mod init caddy && go get github.com/caddyserver/caddy/v2@v2.5.0 && go get && \
14
+ go mod init caddy && go get github.com/caddyserver/caddy/v2@v2.5.1 && go get && \
15
15
CGO_ENABLED=0 go build -trimpath -tags netgo -ldflags '-extldflags "-static" -s -w' -o /usr/bin/caddy
16
16
17
17
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/armon/go-metrics v0.4.0 // indirect
7
- github.com/caddyserver/caddy/v2 v2.5.0
7
+ github.com/caddyserver/caddy/v2 v2.5.1
8
8
github.com/caddyserver/certmagic v0.16.1
9
9
github.com/fatih/color v1.13.0 // indirect
10
10
github.com/hashicorp/consul/api v1.13.0
Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl
184
184
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625 /go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g =
185
185
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 /go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s =
186
186
github.com/caarlos0/ctrlc v1.0.0 /go.mod h1:CdXpj4rmq0q/1Eb44M9zi2nKB0QraNKuRGYGrrHhcQw =
187
- github.com/caddyserver/caddy/v2 v2.5.0 h1:eRHzZ4l3X6Ag3kUt8nj5IxATprhqKq/wToP7OHlXWA0 =
188
- github.com/caddyserver/caddy/v2 v2.5.0 /go.mod h1:E+cb3E3jNt3MgAsObwNNkVEIUzriTlyVktcW4NYCD3E =
187
+ github.com/caddyserver/caddy/v2 v2.5.1 h1:bAWwslD1jNeCzDa+jDCNwb8M3UJ2tPa8UZFFzPVmGKs =
188
+ github.com/caddyserver/caddy/v2 v2.5.1 /go.mod h1:E+cb3E3jNt3MgAsObwNNkVEIUzriTlyVktcW4NYCD3E =
189
189
github.com/caddyserver/certmagic v0.16.1 h1:rdSnjcUVJojmL4M0efJ+yHXErrrijS4YYg3FuwRdJkI =
190
190
github.com/caddyserver/certmagic v0.16.1 /go.mod h1:jKQ5n+ViHAr6DbPwEGLTSM2vDwTO6EvCKBblBRUvvuQ =
191
191
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e /go.mod h1:9IOqJGCPMSc6E5ydlp5NIonxObaeu/Iub/X03EKPVYo =
You can’t perform that action at this time.
0 commit comments