mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-02 23:28:22 +03:00
Support nacl compilation
This commit is contained in:
parent
a16a80ca52
commit
129efde9b0
2 changed files with 2 additions and 2 deletions
vendor
2
vendor/github.com/hashicorp/go-syslog/unsupported.go
generated
vendored
2
vendor/github.com/hashicorp/go-syslog/unsupported.go
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
// +build windows plan9
|
||||
// +build windows plan9 nacl
|
||||
|
||||
package gsyslog
|
||||
|
||||
|
|
2
vendor/manifest
vendored
2
vendor/manifest
vendored
|
@ -88,7 +88,7 @@
|
|||
"importpath": "github.com/hashicorp/go-syslog",
|
||||
"repository": "https://github.com/hashicorp/go-syslog",
|
||||
"vcs": "git",
|
||||
"revision": "b609c7d9de4658cded34a7336b90886c56f9dbdb",
|
||||
"revision": "326bf4a7f709d263f964a6a96558676b103f3534",
|
||||
"branch": "master",
|
||||
"notests": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue