Skip to content

Commit ca83ab0

Browse files
authored
Merge pull request #14 from okkur/caddy-v1
Merge caddy v1 fixes back into master for last v1 release
2 parents 9a8a93c + 8598d97 commit ca83ab0

File tree

3 files changed

+324
-89
lines changed

3 files changed

+324
-89
lines changed

go.mod

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,9 @@ module go.okkur.org/gomods
33
go 1.13
44

55
require (
6-
github.com/caddyserver/caddy v1.0.3
7-
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
8-
github.com/go-acme/lego v2.7.2+incompatible // indirect
9-
github.com/gomods/athens v0.5.0
6+
github.com/caddyserver/caddy v1.0.4
7+
github.com/gomods/athens v0.7.2
108
github.com/klauspost/cpuid v1.2.1 // indirect
11-
github.com/mholt/certmagic v0.6.2 // indirect
129
github.com/miekg/dns v1.1.16 // indirect
1310
github.com/spf13/afero v1.2.2
14-
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect
15-
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
16-
golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect
17-
gopkg.in/square/go-jose.v2 v2.3.1 // indirect
1811
)

0 commit comments

Comments
 (0)