mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
ability to get remote from context
This commit is contained in:
parent
0e3b11c44d
commit
2dd4d6613c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
package remote
|
package remote
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"code.google.com/p/go.net/context"
|
"golang.org/x/net/context"
|
||||||
)
|
)
|
||||||
|
|
||||||
const key = "remote"
|
const key = "remote"
|
||||||
|
|
Loading…
Reference in a new issue