diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-08-17 00:28:45 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-08-17 00:28:45 +0200 |
commit | f6280a22c76ee42545efc31a6e3a35ff65954f3b (patch) | |
tree | 0e10ace59017ee38f5d627410cdf38a478f6f6be /vendor/github.com/xanzy/go-gitlab/runners.go | |
parent | 8b00e48d02bc568d23958941271aa074f4207ee6 (diff) | |
download | git-bug-f6280a22c76ee42545efc31a6e3a35ff65954f3b.tar.gz |
vendor: upgrade github/xanzy/go-gitlab version to 0.20.0
Diffstat (limited to 'vendor/github.com/xanzy/go-gitlab/runners.go')
-rw-r--r-- | vendor/github.com/xanzy/go-gitlab/runners.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/xanzy/go-gitlab/runners.go b/vendor/github.com/xanzy/go-gitlab/runners.go index 6b1b6584..365b6124 100644 --- a/vendor/github.com/xanzy/go-gitlab/runners.go +++ b/vendor/github.com/xanzy/go-gitlab/runners.go @@ -52,6 +52,7 @@ type RunnerDetails struct { Architecture string `json:"architecture"` Description string `json:"description"` ID int `json:"id"` + IPAddress string `json:"ip_address"` IsShared bool `json:"is_shared"` ContactedAt *time.Time `json:"contacted_at"` Name string `json:"name"` |